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