public IAsyncResult BeginGetValueFromConstructorAsRef(
     ref int refValue, AsyncCallback callback, object asyncState)
 {
     return(getValueCtorRef.BeginInvoke(ref refValue, callback, asyncState));
 }