public static StreamWriter AppendText(string path) { if (_provider == null) { return(File.AppendText(path)); } return(_provider.AppendText(path)); }