public static void Validate (string Test, string Value) { if (Test != Value) { throw new Exception("Fingerprints don't match"); } } }