API's to extract 7z files in .net

.net, 7zip, extract

Solution

I don't believe there's any "built-in" .NET library for it, but, right at the source you can get the LZMA SDK, which include full C# source code for 7z compression and decompression.

Problem

Is there any API available, that can be used in .net that can read/extract 7z files ?

Original source