// Copyright © WireMock.Net
namespace WireMock
{
///
/// The registration callback.
///
/// The mapping.
/// Optional boolean to indicate if this mapping should be saved as static mapping file.
public delegate void RegistrationCallback(IMapping mapping, bool saveToFile = false);
}