public Interaction(EThoughtType thoughtType, EPickableObjectType pickableObject)
 {
     ThoughtType = thoughtType;
     PickableObject = pickableObject;
 }
 public Interaction(EThoughtType thoughtType, EPickableObjectType pickableObject)
 {
     ThoughtType    = thoughtType;
     PickableObject = pickableObject;
 }