A: 

Figured out how to do this, I feel like a moron, I guess I can just run the lambda on the From Member and then I can do what I need to get the result back.

opt => opt.ResolveUsing().FromMember(x => x.ScheduledFees.First()

mike