namespace Nop.Plugin.Misc.Zettle.Domain.Api; /// /// Represents request with authorization /// public interface IAuthorizedRequest { }