public async Task <IHttpActionResult> Login(string mail, string password) { return(Ok(await Shops.Login(mail, password, Request.RequestUri))); }