1 package pk.lucidxpo.ynami.service.sample; 2 3 public interface ToggleableService { 4 String getSomeValue(); 5 }