package fr.sii.ogham.assertion.context; public interface Context { String evaluate(String template); }