public async Task AddToFavouriteAsync(int dishId)
 {
     await _favouriteService.AddToFavouriteAsync(dishId, this.GetContactId());
 }