public bool Equals(ParticipantDataModel other)
 {
     return(other != null && other.GetHashCode() == GetHashCode());
 }
 public static string ToJson(this ParticipantDataModel self) => JsonConvert.SerializeObject(self, Converter.Settings);