public async Task <ActionResult <IPhotoMetadata> > Get([FromRoute] string id) { return(Ok(await _photoStore.GetPhotoDetailsAsync(id))); }