using System; namespace XMLParser.Contract { public interface ICalculate { } }