public ITerminalServicesSession this[int?sid] => sid != null?wtsServer.GetSession(sid.Value) : wtsServer.GetConsoleSession();