namespace RIZO_Application.Services.Interfaces { public interface IMessageService { string GetMessage(); } }