package org.example.server; public interface ISiteNewsService { void grabNews() throws Exception; }