public void SetLongTermId(StoreLongTermId longTermId) { throw new NotSupportedException(); }
public void SetLongTermId(StoreLongTermId longTermId) { throw new NotSupportedException("Activities are not supposed to have any long term ID."); }
void IMessage.SetLongTermId(StoreLongTermId longTermId) { throw new NotSupportedException(); }