interface IChatService { sendMessage() : Promise; getHistory() : Promise;// pagination createConverssation () :Promise; }