public async Task <bool> DeleteAsync(Guid id) { await _mediaService.DeleteMediaItemAsync(id); return(true); }