namespace WireMock.Admin { /// /// Body Model /// public class BodyModel { /// /// Gets or sets the matcher. /// /// /// The matcher. /// public MatcherModel Matcher { get; set; } } }