Is there a way to create a proxy of a delegate type and have it implement additional interfaces in DynamicProxy2 and also being able to intercept calls to the generated delegate?
The way i normaly generate proxies throws an exception because delegate types are sealed.