public EmoteFactory(IHttpClient httpClient, IBitmapFunctions bitmapFunctions) { this.httpClient = httpClient; this.bitmapFunctions = bitmapFunctions; }
public BadgeFactory(IHttpClient httpClient, IBitmapFunctions bitmapFunctions, ILogger logger) { this.httpClient = httpClient; this.bitmapFunctions = bitmapFunctions; this.logger = logger; }