var host = new ApiHost(new BasicAuth(clientId, clientSecret));
var Api = new AccountApi(host);
var Profile = Api.GetAccountProfile();
decimal Balance = Profile.Balance;
return Balance;
// The Balance just return 0
// When I request email it give me the correct email, only balance doesnt work