public void DoorStateEventFired()
 {
     _uut.SimulateDoorChange(DoorStateEnum.Open);
     Assert.That(_reciecedDoorArg, Is.Not.Null);
 }