public VersionChecker(Type regionType, Type scopeClass = null, string scopeId = null) { this._version = VersionSyncMgr.Repository.GetOrNew(regionType, scopeClass, scopeId); }