PersonalNotification Ut_NotificationManager::createPersonalNotification(const CommHistory::Event &event)
{
    return PersonalNotification(event.remoteUid(), event.localUid(), event.type(),
                                event.remoteUid(), CommHistory::Group::ChatTypeP2P,
                                event.contactId());
}