public void FindSubsets()
 {
     //TODO: Return subsets from the method and Assert here
     Subset.FindSubsets("abcd");
 }