}
@Override
public SanityCheckReport check(EKBCommit commit) throws SanityCheckException, EKBException {
LOGGER.debug("Sanity checks of models was called");
SanityCheckReport report = performSanityChecks(commit);
LOGGER.debug("Sanity checks of models passed successful");
return report;
}