public async Task <string> SetFileContent(FileContent entity) { return(await _repo.CreateFileContent(entity)); }