Hello 👋, I'm working on setting up recording in WireMock and have implemented two endpoints: one to start recording and another to stop recording. However, I've noticed that stub mappings are only saved when the stopRecording endpoint is called (as mentioned in the WireMock documentation). Is there a way to save the stub mappings without needing to call stopRecording?