public override async Task<string> Process() { return await Task.Run(() => { return this.transformText(); }); }