using Meeting.V2.Demo.Services.Interfaces;
namespace Meeting.V2.Demo.Services
{
public class MessageService : IMessageService
public string GetMessage()
return "Hello from the Message Service";
}