internal bool CanMount(Part part)
 {
     return(AllowedTypes.Intersect(part.Types).Any() && AllowedSizes.Contains(part.MySizeType));
 }