public void Timeout(RestartTimeout state)
 {
     //Time for restarting cancelled build is out, end saga
     if (Convert.ToInt32(TestingRequestSagaStates.Cancelled).Equals(Data.CurrentState))
     {
         MarkAsComplete();
     }
 }
 void Start()
 {
     instance = this;
     Interact();
 }