public Task <IEnumerable <Location> > GetAllAsync()
 {
     return(_locationStore.GetAllAsync());
 }