public bool Start(char[] destinationPath)
        {
            if (pObject != IntPtr.Zero)
            {
                return(SuperpoweredRecorderWrapper.Start(pObject, destinationPath));
            }

            return(false);
        }