factory ActionReloadProvider.fromJson(Map<String, dynamic> json) => ActionReloadProvider( providerId: (json['ProviderId'] as String?) ?? '', );