public class client : ClientBase<IService1>, IService1 { }

基类要写在接口前面,不然编译就会报错。Compiler Error CS1722