public StateMachineModifier <TInstance> Name(string machineName)
 {
     _machine.Name(machineName);
     return(this);
 }