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