public MethodReference[] GetMethodsInContainer(string containerName)
 {
     return(_proxy.GetMethodsInContainer(containerName));
 }