public ProjectionManagerBuilder TypeMapper(TypeMapper typeMapper)
 {
     _typeMapper = typeMapper;
     return(this);
 }
 public static TypeMapper Map <T>(this TypeMapper mapper, string name) => mapper.Map(typeof(T), name);