public bool SaveFile() => EditorLoadSave.SaveFile(this);
public bool SaveFile() => IfNotReadOnly(() => EditorLoadSave.SaveFile(this));