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