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