namespace Toolkit.Foundation; public interface ISynchronizationCollection { int IndexOf(TItem item); }