factory M4eAuthToken.fromJson(Map<String, dynamic> json) { return M4eAuthToken( id: UniqueId.fromUniqueString(json['id']), token: json['token'], ); }