public void DictionaryMixedGetProtoTcp() { using (var client = new TestServiceClient("protoTcp")) { var dictionary = client.GetDictionaryMixed(); Assert.IsNotNull(dictionary); } }