using System; using System.Collections.Generic; using System.Text; namespace CodelyzerDummy { interface ITest { String SayHello(String hi); } }