public async Task <DishPreviewResponse> GetFavouriteAsync()
 {
     return(await _favouriteService.GetFavouriteAsync(this.GetContactId()));
 }