public bool ContainsDuplicate(params int[] nums) { var sut = new Solution(); return(sut.ContainsDuplicate(nums)); }