public async Task <Rate> AddRating(Rate rate) { var res = await _bookProvider.AddRating(rate); return(res); }