using System; namespace DTS.DASLib.Service.StateMachine { internal class Arming : DASState { public override State State => State.Arming; } }