public MixedServer(MockServer mock, BaseServer real) { this.MockServer = mock; this.RealServer = real; }