namespace RecNet.Application.Neutrino; public interface INeutrinoAuthorizationService { Task AuthorizeAsync( AuthorizeNeutrinoCommand command, CancellationToken ct = default); }