/// <summary>
        /// Methods
        /// </summary>

        /// Sets the Api varibles of the Bittrex Object
        public void AuthenticateApi()
        {
            BittrexLink.SetApiKeys(Api, Api_Secret);
        }