module userauth.services.yahoo; import userauth.userauth; class YahooAuthService : UserAuthService { string generateAuthMixin(HTTPServerRequest req, string path_prefix) { assert(false); } void registerRoutes(URLRouter router, string path_prefix) { assert(false); } }