public FirmRepository(IConfiguration config, BusinessCardHolderContext context) { _config = config; _context = context; }