namespace Meeting.V2.Demo.Services.Interfaces { public interface IMessageService { string GetMessage(); } }