public Factor(MultiFactorModel model, string identifier)
 {
     _model = model; Identifier = identifier;
 }
 public Factor(MultiFactorModel model, string identifier)
 {
     _model = model; Identifier = identifier;
 }