public QueryFingerprintService(IScoreAlgorithm scoreAlgorithm, IQueryMath queryMath) { this.scoreAlgorithm = scoreAlgorithm; this.queryMath = queryMath; }