internal CountCallers(WeatherServiceStub parent)
 {
     this.parent = parent;
 }
 internal CountCallsMethods(WeatherServiceStub parent, int position)
 {
     this.parent   = parent;
     this.position = position;
 }
 internal Handlers(WeatherServiceStub parent)
 {
     this.parent = parent;
 }
 internal CountCallerMethods(WeatherServiceStub parent, int count)
 {
     this.parent = parent;
     this.count  = count;
 }