public static void Save(RecordingOptions recordingOptions) { string path = GetPath(); recordingOptions.Save(path); }