using OmiLAXR.Utils; namespace OmiLAXR { public interface IDataMapConsumer { void ConsumeDataMap(DataMap map); } }