namespace ServiceClientGenerator.Endpoints.Tests { /// /// Object model for EndpointProperties. /// public class EndpointProperties { public AuthSchema[] authSchemes { get; set; } } }