public Server(TimeredActions Model, int Port = 10001, string ip = "0.0.0.0") { this.Model = Model; this.Port = Port; this.IP = IPAddress.Parse(ip); Data = null; }