public Task WriteObject(object obj, IConsoleFormatter formatter) { var formatted = formatter.Format(obj); return(_data.WriteLineAsync(formatted)); }