public bool Contains(TInputId id)
 {
     return(_customTable.ContainsKey(id) || (_innerProfile != null && _innerProfile.Contains(id)));
 }