namespace ET.Server { public interface IRobotCase { ETTask Run(RobotCase robotCase); } }