public ModalityType(IModalityType type) { _type = type; }
public ModalityType() { _type = new EmptyType(); }