public Shop Get(ShopId id)
 {
     throw new NotImplementedException();
 }
 public Domain.Shop.Shop Get(ShopId id)
 {
     return ShopRepository.Get(id);
 }