Assert.False(a.GetServer(TestConfig.Current.MasterServerAndPort).IsSlave,$"A Connection: {TestConfig.Current.MasterServerAndPort} should be a master");
Assert.True(a.GetServer(TestConfig.Current.SlaveServerAndPort).IsSlave,$"A Connection: {TestConfig.Current.SlaveServerAndPort} should be a slave");
Assert.False(b.GetServer(TestConfig.Current.MasterServerAndPort).IsSlave,$"B Connection: {TestConfig.Current.MasterServerAndPort} should be a master");
Assert.True(b.GetServer(TestConfig.Current.SlaveServerAndPort).IsSlave,$"B Connection: {TestConfig.Current.SlaveServerAndPort} should be a slave");
Assert.True(a.GetServer(TestConfig.Current.MasterServerAndPort).IsSlave,$"A Connection: {TestConfig.Current.MasterServerAndPort} should be a slave");
Assert.False(a.GetServer(TestConfig.Current.MasterServerAndPort).IsSlave,$"A Connection: {TestConfig.Current.MasterServerAndPort} should be a master");
Assert.False(a.GetServer(TestConfig.Current.SlaveServerAndPort).IsSlave,$"A Connection: {TestConfig.Current.SlaveServerAndPort} should be a master");
Assert.True(a.GetServer(TestConfig.Current.SlaveServerAndPort).IsSlave,$"A Connection: {TestConfig.Current.SlaveServerAndPort} should be a slave");
Assert.True(b.GetServer(TestConfig.Current.MasterServerAndPort).IsSlave,$"B Connection: {TestConfig.Current.MasterServerAndPort} should be a slave");
Assert.False(b.GetServer(TestConfig.Current.MasterServerAndPort).IsSlave,$"B Connection: {TestConfig.Current.MasterServerAndPort} should be a master");
Assert.False(b.GetServer(TestConfig.Current.SlaveServerAndPort).IsSlave,$"B Connection: {TestConfig.Current.SlaveServerAndPort} should be a master");
Assert.True(b.GetServer(TestConfig.Current.SlaveServerAndPort).IsSlave,$"B Connection: {TestConfig.Current.SlaveServerAndPort} should be a slave");