public interface IForecast { int GetForecast(int value); int Size { get; set; } }
https://habrahabr.ru/post/343852/