///Fires the attached payload
 public void Fire()
 {
     payload.Fire();
 }