using System; namespace SdkNetStandardProjectImport { public class Class1 { public void Foo() { Console.WriteLine("Bar"); } } }