public IEnumerable <IDesignModel> GetByType(string type)
 {
     return(_designModelsByTypeMap.GetOrEmpty(type));
 }