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