public interface SchemeTesterInterface1 {
    public String[] getData();
    public void printResults(String str);
}
