public int EndGetValueFromConstructor(IAsyncResult result)
 {
     return(getValueCtor.EndInvoke(result));
 }