static AuthMode fromMap(Map<dynamic, dynamic> map) { int id = map["command"]; return AuthMode.getAuthMode(id); }