package org.netmelody.cieye.server; public interface CiEyeServerInformationFetcher { String settingsLocation(); String getVersion(); }