public Task <RequestResult <Product, Guid> > GetAllProductsAsync() { return(_repository .GetAllProductsAsync()); }