public static bool Authorize(string login, string password) { return(_current.Authorize(login, password)); }