public void ThenAllOptionsShouldBe(string p0)
 {
     ActualValue   = TopicInterested.GetDropdownAllOptions();
     ExpectedValue = p0.Split('、');
 }