FastClone extension to clone objects on CLR level ``` csharp public static FastClonning { public static TType Clone(this TType source) where TType : class { // ... } } ```