public void visit(SFTime field) {
     throw new NotImplementedException();
 }
 public void visit(SFTime field) {
     field.Value = context.ReadDouble();
 }