public async Task LeaveDocument(int docId) { mapper.RemoveUser(docId, Context.User.Identity.Name); await SendChangeOnlineUsers(docId); }