public AudiogramDatasetBuilder Set2000HertzDataPoint(int value)
 {
     _f2000 = new AudiogramDatapoint(value);
     return(this);
 }