public static TypeModel CreateTypeModel()
        {
            RuntimeTypeModel typeModel = TypeModel.Create();

            AkkaSurrogate.Register(typeModel);
            AutoSurrogate.Register(typeModel);
            return(typeModel);
        }