public async Task <ActionResult <MediaContent> > GetMedia([FromQuery] string mediaId) { return(Ok(await _mediaLibraryService.GetMedia(mediaId))); }