public static void WriteWarning(string text) { using (var warning = new ConsoleUtils.Warning()) Console.WriteLine(text); }