/// <summary>
 /// Create a PushBulletScope to all packages of the specified sentinel
 /// </summary>
 /// <param name="sentinel">The sentinel</param>
 public static PushBulletScope CreatePushBulletScope(this WhenShouldIGo.MyConstellation.Sentinels sentinel)
 {
     return(MessageScope.Create(MessageScope.ScopeType.Sentinel, sentinel.GetRealName()).ToPushBulletScope());
 }
 /// <summary>
 /// Create a GoogleTrafficScope to all packages of the specified sentinel
 /// </summary>
 /// <param name="sentinel">The sentinel</param>
 public static GoogleTrafficScope CreateGoogleTrafficScope(this WhenShouldIGo.MyConstellation.Sentinels sentinel)
 {
     return(MessageScope.Create(MessageScope.ScopeType.Sentinel, sentinel.GetRealName()).ToGoogleTrafficScope());
 }