private ICertificateTransparencyVerifier GetCertVerifier(IEnumerable <string> inclHostPatterns = null, IEnumerable <string> exclHostPatterns = null) { var logListRoot = Data.LoadJson <LogListRoot>(Data.TEST_LOG_LIST_JSON); var logDictionary = logListRoot.ToDictionary(); var logService = new Moq.Mock <ILogListService>(); logService .Setup(m => m.GetLogListRootAsync(default))