using Connected; namespace Connected.Services; public interface IAction : IServiceOperation where TArgs : IDto { Task Invoke(TArgs e); }