using System.Collections.ObjectModel; namespace View_by_Distance.Shared.Models.Methods; public interface IMapLogic { (bool, ReadOnlyDictionary<int, ReadOnlyCollection<PersonContainer>>?) GetWholePercentagesToPersonContainers(int id); }