static IContainSagaData DeepCopy(IContainSagaData source)
 {
     return(source.Copy());
 }