factory ActionReloadProfile.fromJson(Map<String, dynamic> json) => ActionReloadProfile( profileId: (json['ProfileId'] as String?) ?? '', userId: (json['UserId'] as String?) ?? '', );