pub type System = Pallet<Runtime>;
Base pallet mandatory for all frame runtimes. Current configuration can be found here here.
struct System(/* private fields */);