using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_Tasks.Workflow.Abstractions { public interface IRobotNgLineCommandHandler { Task HandleAsync(string message, RobotSocketState state); } }