/// <summary>
 /// 换频道
 /// </summary>
 public virtual void SetChannel()
 {
     _implementor.Channel();
 }