namespace WireMock { /// /// The registration callback. /// /// The mapping. public delegate void RegistrationCallback(Mapping mapping); }