public QueryDatabaseGateway(IConfiguration configuration, BankContext db) { _db = db; _configuration = configuration; }