Created a notif client implementation that is independend of websocket layer and allows to construct notif payloads directly.
Created GenericNotifPayload struct which contains base notif data. It is then converted to appropriate platform-specific payloads.
Depends on D15370