using Back.Program.Services.V1.Interfaces; namespace Back.Program.Services.V1; public class ChatService: IChatService { }