package dev.plex.services; public interface IService { void run(); int repeatInSeconds(); }