public void Error(Standard_Failure aError)
 {
     throw new NotImplementedException();
 }
 public void Abort(Standard_Failure theError)
 {
     throw new NotImplementedException();
 }