public async Task <Store> GetDetailedStore(StoreId id) { return(await repository.GetStoreFullAsync(id)); }