protected void Page_Load(object sender, EventArgs e)
        {
            RestProfile profile = RestProfile.GetRestProfile();

            Response.Write(RestHelper.callPlatform(profile, Constants.IppEndPoints.BlueDotAppMenuUrl));
        }