public async Task CreateFileAsync(string path, string content) { await _fileSystem.CreateFileAsync(path, content); }