public int GetAvailableIdentifiersCount(DateTime startDate, DateTime endDate, Type userType) { return(Identifiers.Count(i => i.IsAvailable(startDate, endDate, userType) || i.IsOverridable(startDate, endDate, userType))); }