public static ITeamCharacterEnemySearchModel MapToSearchModel(this ITeamCharacterEnemyModel model)
 {
     return(Mapper.MapToSearchModel(model));
 }