public void GivenAuthenticationType(string authenticationType)
 {
     clientHelper.GetAuthorization(authenticationType); // call get Authorization method.
 }