namespace WireMock.Matchers; /// /// IValueMatcher /// /// public interface IValueMatcher : IObjectMatcher { /// /// Gets the value (can be a string or an object). /// /// Value object Value { get; } }