public async Task <IHttpActionResult> Register(ShopDTO shop)
 {
     return(Ok(await Shops.Register(shop, Request.RequestUri)));
 }