// Connect to the "system" public static bool Connect(User user) { return false; }
// Ctor with user details for login. public ServerLogic(User user) { }