namespace WireMock.Admin.Mappings { /// /// PathModel /// public class PathModel { /// /// Gets or sets the matchers. /// public MatcherModel[] Matchers { get; set; } } }