public bool CanDisconnect() { if (!_Connection) { return(true); } return(!_isLocked && _Connection.CanDisconnect()); }