public string Print(ActivationModel model) { return("the model is named " + model.Name); }
public string Print(ActivationModel model) { return "the model is named " + model.Name; }