/// <summary>
 ///     This will return true if there is a master pincode set.
 /// </summary>
 /// <returns></returns>
 public static bool IsPincodeSet()
 {
     return(AuthStorageHelper.IsPincodeSet());
 }