using Json.LitJson; namespace ServiceClientGenerator.Endpoints.Tests { /// /// Object model for Expectation. /// public class Expectation { public Endpoint endpoint { get; set; } public string error { get; set; } } }