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