public static Context Get <S>() where S : ContextAttribute { return(sharedInstance._contextLookup[ContextAttribute.GetName <S>()]); }
public Context GetContext <S>() where S : ContextAttribute { return(_contextLookup[ContextAttribute.GetName <S>()]); }