public interface TestInterface
{
   int CONSTANT = 5;
   void testMethod();
}
