TypeAdapterConfig.GlobalSettings.ForType(typeof(PagedList<>),typeof(PagedList<>))
for above config constructusing does not appear and can't use.
I try use define constructusing for generic class PagedList
but doesn't appear for this config constructusing I expect to use this
ConstructUsing(dest => new PagedList<Type>(new List<Type>(), 1, 1));