public async Task <List <Store> > GetStores()
 {
     return(await StoresApi.GetJsonAsync <List <Store> > ());
 }