Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Payments.PayPalCommerce.Services.Api;
/// <summary>
/// Represents a request with the authorization
/// </summary>
public interface IAuthorizedRequest : IApiRequest;