public string GetResolve(ITypeSymbol type) => $"{GetClassName(type.FindCustomDeserializerType())}.Instance";
private bool HasCustomDeserializationOnType(ITypeSymbol type) => type.FindCustomDeserializerType() != null;