public object Any(ThrowsArgumentNull request)
		{
			throw new ArgumentNullException("Name");
		}
 public object Any(ThrowsArgumentNull request)
 {
     throw new ArgumentNullException("Name");
 }