using System; public interface IPayable { double Pay(); }