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