public GemTechController(ILogger<GemTechController> logger,GemTechConfig config,Pipe pipe) { this.config = config; this.bot = config.TelegramBot; this.logger = logger; this.pipe = pipe; }
public GemTechDataHandler(ICollection <string> keys, GemTechConfig config) { this.keys = keys; this.config = config; }