Install-Package NUnit
Install-Package NUnit.TestAdapter
Install-Package Microsoft.NET.Test.Sdk
using NUnit.Framework;
https://github.com/Moq/moq4/wiki/Quickstart
Install-Package Moq
//Create mock
var mockRepository = new Mock<ICustomerRepository>();
Managed Extensibility Framework
System.ComponentModel.Composition
System.ComponentModel.Composition.Hosting