public function __construct()
 {
     self::$PIN_MODULO = pow(10, self::$PASS_CODE_LENGTH);
 }