namespace Connected.Security.Authorization { public interface IAuthorizationService { Task Authorize(AuthorizationArgs args); } }