using System.Collections.Generic; namespace ET { public class RobotCase: Entity { public ETCancellationToken CancellationToken; public string CommandLine; } }