public void SetupTest()
 {
     cmdlet = new GetAzureServiceProjectRoleRuntimeCommand();
     mockCommandRuntime = new MockCommandRuntime();
     cmdlet.CommandRuntime = mockCommandRuntime;
 }
 public void SetupTest()
 {
     writer = new FakeWriter();
     cmdlet = new GetAzureServiceProjectRoleRuntimeCommand();
     cmdlet.Writer = writer;
 }