/// <summary>
 /// This method will attempt to disconnect from the third-party.
 /// </summary>
 public void Disconnect()
 {
     using (new LogMethodExecution(Globals.ConnectorName, "Disconnect"))
     {
         _dataAccess.OleDbDisconnect();
     }
 }