public RetroMail(IModHelper helper, IMonitor monitor, ModConfig Config)
 {
     this.helper  = helper;
     this.Monitor = monitor;
     this.Config  = Config;
 }
 public RetroAchievements(IModHelper helper, IMonitor monitor, ModConfig Config)
 {
     this.helper  = helper;
     this.Monitor = monitor;
     this.Config  = Config;
 }