namespace ClassLibraryTests { public class Class1 { public static bool PasswordChecker(string text) { return true; } } }