public void ShipItem()
 {
     //code to ship the item
     _serviceProvider.GetUserNotifier().NotifyUser(1);
 }