public Task <BarModel> Get(Guid key)
 {
     return(_service.GetAsync(key));
 }