namespace View_by_Distance.Shared.Models.Properties; public interface IFaceEncoding { public double[] RawEncoding { get; } public int Size { get; } }