private bool TryCheckWalletCompaitibility(out string errorMessage)
        {
            WalletHelper helper = new WalletHelper(m_dataConnector);

            return(helper.TryCheckWalletCompaitibility(MessageService, out errorMessage));
        }