Can I create partial class in different namespaces? Will it work correct? e.x.:
class1.cs
namespace name1 { public partial class Foo {
Restrictions on partial classes and method from MSDN https://msdn.microsoft.com/en-us/library/wa80x488.aspx