public static IGreeter Convert(SurrogateForIGreeter value)
 {
     if (value == null) return null;
     return new GreeterRef(value.Target);
 }