Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Misc.Zettle.Domain.Api.Image;
///
/// Represents base request to Image API
///
public abstract class ImageApiRequest : ApiRequest, IAuthorizedRequest
{
///
/// Gets the request base URL
///
public override string BaseUrl => "https://image.izettle.com/";
}