public WireMockServer(Options options) {
this.options = options;
this.fileSource = options.filesRoot();
this.notifier = options.notifier();
RequestDelayControl requestDelayControl = new ThreadSafeRequestDelayControl();
MappingsLoader defaultMappingsLoader = makeDefaultMappingsLoader();
JsonFileMappingsSaver mappingsSaver = new JsonFileMappingsSaver(fileSource.child(MAPPINGS_ROOT));
wireMockApp = new WireMockApp(
requestDelayControl,