public override object ExecuteScalar()
 {
     return(_commandExecutor.ExecuteScalar(this));
 }