public virtual async Task <PaginatedList <PageIngredientCommandResult> > GetPageAsync(PageIngredientCommand command)
 {
     return(await _repository.GetPageAsync(command));
 }