private void Awake()
        {
            // Set properties
            m_platform = CreatePlatformSpecificObject();

#if (USES_ONE_SIGNAL && !UNITY_EDITOR)
            InitialiseOneSignalService();
#endif
            m_platform.Initialise(NPSettings.Notification);
        }