A: 

The solution was simple. All I needed was to change InstanceContextMode to Single:

[ServiceBehavior(
        InstanceContextMode = InstanceContextMode.Single)]
Andreas Grech