abstract class IAuthManager { // Methods bool verifiedUser(String name, String password); }