public interface AvailableForHelp {
    
    String getTimesAvailable();
    void help();

}
