public async Task <IActionResult> GetImageById(int id) { return(Ok(await _service.GetMediaContentById(id))); }