static FieldPathAssemblerStub()
 {
     Source = new FieldPath();
     DTO = new FieldPathDTO();
 }
 public override IFieldPath Restore(FieldPathDTO dto)
 {
     return Source;
 }