package shared type Clonable interface { Clone() Clonable } type Santisable interface { Sanitize() }