public SyncService(ScopedDependency scopedDependency) { this._scopedDependency = scopedDependency; }
public SyncServiceException(ScopedDependency scopedDependency) { ScopedDependency = scopedDependency; }
public AsyncService(ScopedDependency scopedDependency) { this._scopedDependency = scopedDependency; _id = Guid.NewGuid(); }