public void PutOut()
 {
     this.Status = TorchStatus.Unlit;
 }
 public void Ignite()
 {
     this.Status = TorchStatus.Burning;
 }