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