static class FabricSubsystemBootstrap extends GraviaSubsystemBootstrap {
@Override
protected ServiceController<?> getBoostrapService(OperationContext context, ServiceVerificationHandler verificationHandler) {
return new FabricBootstrapService().install(context.getServiceTarget(), verificationHandler);
}