public void Start()
 {
     _syncLock.ExecuteInWriteLock(this.StartInternal);
 }