package org.springframework.shell; public interface Service { String getMessage(); }