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