public static IASModelDescription ResolveASModelLocation(ICoreObject cardReaderSlot,
                                                          uint paomVersionID,
                                                          string paomVersionIdString)
 {
     return(OmsSessionConfigurator.ResolveASModelLocation(cardReaderSlot, paomVersionID, paomVersionIdString));
 }
 public static IASModelDescription ResolveASModelLocation(ICoreObject target)
 {
     return(OmsSessionConfigurator.ResolveASModelLocation(target));
 }