public SecureStoreLookup(LookupContextOptions lookupContext, string targetApplicationId)
 {
     this.m_lookUpContext       = lookupContext;
     this.m_targetApplicationId = targetApplicationId;
 }
 internal SecureStoreLookup(LookupContextOptions lookupContext, string targetApplicationId)
 {
     m_lookUpContext       = lookupContext;
     m_targetApplicationId = targetApplicationId;
 }