using System; namespace Robust.Shared.Serialization.Manager.Exceptions; public sealed class InvalidGenericParameterCountException : Exception { }