public static ITeamMemberModel MapToModel(this ITeamMember entity, int currentDepth = 1) { return(Mapper.MapToModel(entity, currentDepth)); }