public RecordizeProperty(string key, string value, RecordizePropertyState state)
 {
     this.Key = key;
     this.Value = value;
     this.State = state;
 }
 public RecordizeProperty(string key, string value, RecordizePropertyState state)
 {
     this.Key   = key;
     this.Value = value;
     this.State = state;
 }