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