public async Task <IEnumerable <SqlModelProduct> > GetAllProducts() { return(await Task.Run(() => { return getService.GetAllProductsAsync(); })); }