public async Task <IActionResult> Get(Guid Id) { var uri = await _imageStorage.GetUri(Id); return(Response(uri.AbsoluteUri)); }