How can i retrieve the session object

Hi, i have a class and want to somehow get in hold of the session object.

public class MembershipProviderWrapper : RepositoryBase, IMembershipProviderWrapper

The same way as I can from within any service using

SessionAs<MembershipAuthSession>();

Pass the session in from your Service.