/**
  * Uninstalls the module
  *
  * @author Abhinav Kumar
  * @return bool
  */
 public function Uninstall()
 {
     parent::Uninstall();
     return true;
 }
 /**
  * Uninstalls the app
  *
  * @author Ruchi Kothari
  * @return bool "true" on Success, "false" otherwise
  */
 public function Uninstall()
 {
     parent::Uninstall();
     SWIFT_Cron::DeleteOnName(array('SyncMailChimpSubscription'));
     return true;
 }