I have following expression...Expression<Func<T, object>> expr1;...Is there any way to cast it to ...Expression<Func<IUpdateConfiguration<T>, object>>...?...[Update]...Or create a new ...Expression<Func<IUpdateConfiguration<T>, object>>... from the existi...