public virtual void OnFoccoErpApiCommandsComplete(FoccoErpApiCommandsRequest request, FoccoErpApiCommandsResponse response)
 {
 }
 public virtual void OnFoccoErpApiCommandsError(FoccoErpApiCommandsRequest request, FoccoErpApiCommandsResponse response, Exception exception)
 {
     throw exception;
 }
 public virtual void OnFoccoErpApiCommandsInitialization(FoccoErpApiCommandsRequest request, FoccoErpApiCommandsResponse response)
 {
 }