public static ConsoleScreenBufferInfoEx GetCurrent()
        {
            var ret = GetNew();

            ExtendedConsole.GetConsoleInfo(ref ret);
            return(ret);
        }
 public void Refresh() => ExtendedConsole.GetConsoleInfo(ref this);