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