Generics method of IStateClone is not used & required anywhere. So remove the interface and use `System.Clone()` method.
Generics method of IStateClone is not used & required anywhere.
So remove the interface and use
System.Clone()method.