The solution was simple.  All I needed was to change InstanceContextMode to Single:
[ServiceBehavior(
        InstanceContextMode = InstanceContextMode.Single)]
                  Andreas Grech
                   2009-05-02 11:11:24
                
              The solution was simple.  All I needed was to change InstanceContextMode to Single:
[ServiceBehavior(
        InstanceContextMode = InstanceContextMode.Single)]