public IScope CreateScope(
     IsolationLevel isolationLevel = IsolationLevel.Unspecified,
     Cms.Core.Scoping.RepositoryCacheMode repositoryCacheMode = Cms.Core.Scoping.RepositoryCacheMode.Unspecified,
     IEventDispatcher eventDispatcher = null,
     IScopedNotificationPublisher notificationPublisher = null,
     bool?scopeFileSystems = null,
     bool callContext      = false,
     bool autoComplete     = false) => _scope;
 public IScope CreateDetachedScope(
     IsolationLevel isolationLevel = IsolationLevel.Unspecified,
     Cms.Core.Scoping.RepositoryCacheMode repositoryCacheMode = Cms.Core.Scoping.RepositoryCacheMode.Unspecified,
     IEventDispatcher eventDispatcher = null,
     IScopedNotificationPublisher notificationPublisher = null,
     bool?scopeFileSystems = null) => throw new NotImplementedException();