private void DisposeInternal()
 {
     if (groupName != String.Empty)
     {
         remoteWFDController.EndGroup(groupName);
     }
 }