using System; public interface IFadeCam { float Range { get; set; } }