diff --git a/NEL.MESH.Infrastructure/NEL.MESH.Infrastructure.csproj b/NHSISL.MESH.Infrastructure/NHSISL.MESH.Infrastructure.csproj
similarity index 100%
rename from NEL.MESH.Infrastructure/NEL.MESH.Infrastructure.csproj
rename to NHSISL.MESH.Infrastructure/NHSISL.MESH.Infrastructure.csproj
diff --git a/NEL.MESH.Infrastructure/Program.cs b/NHSISL.MESH.Infrastructure/Program.cs
similarity index 61%
rename from NEL.MESH.Infrastructure/Program.cs
rename to NHSISL.MESH.Infrastructure/Program.cs
index 2c51f6c1..d90aa705 100644
--- a/NEL.MESH.Infrastructure/Program.cs
+++ b/NHSISL.MESH.Infrastructure/Program.cs
@@ -2,9 +2,14 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
-using NEL.MESH.Infrastructure.Services;
-namespace NEL.MESH.Infrastructure
+// ---------------------------------------------------------------
+// Copyright (c) North East London ICB. All rights reserved.
+// ---------------------------------------------------------------
+
+using NHSISL.MESH.Infrastructure.Services;
+
+namespace NHSISL.MESH.Infrastructure
{
internal class Program
{
diff --git a/NEL.MESH.Infrastructure/Services/ScriptGenerationService.cs b/NHSISL.MESH.Infrastructure/Services/ScriptGenerationService.cs
similarity index 95%
rename from NEL.MESH.Infrastructure/Services/ScriptGenerationService.cs
rename to NHSISL.MESH.Infrastructure/Services/ScriptGenerationService.cs
index a567dd67..12761aeb 100644
--- a/NEL.MESH.Infrastructure/Services/ScriptGenerationService.cs
+++ b/NHSISL.MESH.Infrastructure/Services/ScriptGenerationService.cs
@@ -7,14 +7,14 @@
using ADotNet.Models.Pipelines.GithubPipelines.DotNets.Tasks;
using ADotNet.Models.Pipelines.GithubPipelines.DotNets.Tasks.SetupDotNetTaskV3s;
-namespace NEL.MESH.Infrastructure.Services
+namespace NHSISL.MESH.Infrastructure.Services
{
internal class ScriptGenerationService
{
private readonly ADotNetClient adotNetClient;
public ScriptGenerationService() =>
- this.adotNetClient = new ADotNetClient();
+ adotNetClient = new ADotNetClient();
public void GenerateBuildScript()
{
@@ -88,7 +88,7 @@ public void GenerateBuildScript()
Directory.CreateDirectory(directoryPath);
}
- this.adotNetClient.SerializeAndWriteToFile(
+ adotNetClient.SerializeAndWriteToFile(
githubPipeline,
path: buildScriptPath);
}
diff --git a/NEL.MESH.Tests.Acceptance/ConfigurationTests.Configuration.cs b/NHSISL.MESH.Tests.Acceptance/ConfigurationTests.Configuration.cs
similarity index 97%
rename from NEL.MESH.Tests.Acceptance/ConfigurationTests.Configuration.cs
rename to NHSISL.MESH.Tests.Acceptance/ConfigurationTests.Configuration.cs
index fe687653..398672b2 100644
--- a/NEL.MESH.Tests.Acceptance/ConfigurationTests.Configuration.cs
+++ b/NHSISL.MESH.Tests.Acceptance/ConfigurationTests.Configuration.cs
@@ -7,7 +7,7 @@
using Microsoft.Extensions.Configuration;
using Xunit;
-namespace NEL.MESH.Tests.Acceptance
+namespace NHSISL.MESH.Tests.Acceptance
{
public partial class ConfigurationTests
{
diff --git a/NEL.MESH.Tests.Acceptance/ConfigurationTests.cs b/NHSISL.MESH.Tests.Acceptance/ConfigurationTests.cs
similarity index 95%
rename from NEL.MESH.Tests.Acceptance/ConfigurationTests.cs
rename to NHSISL.MESH.Tests.Acceptance/ConfigurationTests.cs
index 79e3d4de..9ea27692 100644
--- a/NEL.MESH.Tests.Acceptance/ConfigurationTests.cs
+++ b/NHSISL.MESH.Tests.Acceptance/ConfigurationTests.cs
@@ -4,7 +4,7 @@
using Microsoft.Extensions.Configuration;
-namespace NEL.MESH.Tests.Acceptance
+namespace NHSISL.MESH.Tests.Acceptance
{
public partial class ConfigurationTests
{
diff --git a/NEL.MESH.Tests.Acceptance/MeshClientTests.AcknowledgeMessages.cs b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.AcknowledgeMessages.cs
similarity index 97%
rename from NEL.MESH.Tests.Acceptance/MeshClientTests.AcknowledgeMessages.cs
rename to NHSISL.MESH.Tests.Acceptance/MeshClientTests.AcknowledgeMessages.cs
index 3595d7c1..962bc606 100644
--- a/NEL.MESH.Tests.Acceptance/MeshClientTests.AcknowledgeMessages.cs
+++ b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.AcknowledgeMessages.cs
@@ -9,7 +9,7 @@
using WireMock.ResponseBuilders;
using Xunit;
-namespace NEL.MESH.Tests.Acceptance
+namespace NHSISL.MESH.Tests.Acceptance
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Acceptance/MeshClientTests.GetMessage.cs b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.GetMessage.cs
similarity index 98%
rename from NEL.MESH.Tests.Acceptance/MeshClientTests.GetMessage.cs
rename to NHSISL.MESH.Tests.Acceptance/MeshClientTests.GetMessage.cs
index 424fd2c2..0de1f71e 100644
--- a/NEL.MESH.Tests.Acceptance/MeshClientTests.GetMessage.cs
+++ b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.GetMessage.cs
@@ -5,13 +5,13 @@
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Clients.Mailboxes;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Clients.Mailboxes;
+using NHSISL.MESH.Models.Foundations.Mesh;
using WireMock.RequestBuilders;
using WireMock.ResponseBuilders;
using Xunit;
-namespace NEL.MESH.Tests.Acceptance
+namespace NHSISL.MESH.Tests.Acceptance
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Acceptance/MeshClientTests.GetMessages.cs b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.GetMessages.cs
similarity index 95%
rename from NEL.MESH.Tests.Acceptance/MeshClientTests.GetMessages.cs
rename to NHSISL.MESH.Tests.Acceptance/MeshClientTests.GetMessages.cs
index 20ced2ed..951164fe 100644
--- a/NEL.MESH.Tests.Acceptance/MeshClientTests.GetMessages.cs
+++ b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.GetMessages.cs
@@ -5,13 +5,13 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh.ExternalModels;
+using NHSISL.MESH.Models.Foundations.Mesh.ExternalModels;
using Newtonsoft.Json;
using WireMock.RequestBuilders;
using WireMock.ResponseBuilders;
using Xunit;
-namespace NEL.MESH.Tests.Acceptance
+namespace NHSISL.MESH.Tests.Acceptance
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Acceptance/MeshClientTests.Handshake.cs b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.Handshake.cs
similarity index 97%
rename from NEL.MESH.Tests.Acceptance/MeshClientTests.Handshake.cs
rename to NHSISL.MESH.Tests.Acceptance/MeshClientTests.Handshake.cs
index 369b40f3..b006db32 100644
--- a/NEL.MESH.Tests.Acceptance/MeshClientTests.Handshake.cs
+++ b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.Handshake.cs
@@ -9,7 +9,7 @@
using WireMock.ResponseBuilders;
using Xunit;
-namespace NEL.MESH.Tests.Acceptance
+namespace NHSISL.MESH.Tests.Acceptance
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Acceptance/MeshClientTests.SendFile.cs b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.SendFile.cs
similarity index 96%
rename from NEL.MESH.Tests.Acceptance/MeshClientTests.SendFile.cs
rename to NHSISL.MESH.Tests.Acceptance/MeshClientTests.SendFile.cs
index 3f34a60e..b95824d3 100644
--- a/NEL.MESH.Tests.Acceptance/MeshClientTests.SendFile.cs
+++ b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.SendFile.cs
@@ -5,15 +5,15 @@
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Clients.Mailboxes;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.ExternalModels;
+using NHSISL.MESH.Clients.Mailboxes;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.ExternalModels;
using Newtonsoft.Json;
using WireMock.RequestBuilders;
using WireMock.ResponseBuilders;
using Xunit;
-namespace NEL.MESH.Tests.Acceptance
+namespace NHSISL.MESH.Tests.Acceptance
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Acceptance/MeshClientTests.SendMessage.cs b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.SendMessage.cs
similarity index 96%
rename from NEL.MESH.Tests.Acceptance/MeshClientTests.SendMessage.cs
rename to NHSISL.MESH.Tests.Acceptance/MeshClientTests.SendMessage.cs
index 608cbac7..00d17cc9 100644
--- a/NEL.MESH.Tests.Acceptance/MeshClientTests.SendMessage.cs
+++ b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.SendMessage.cs
@@ -4,15 +4,15 @@
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Clients.Mailboxes;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.ExternalModels;
+using NHSISL.MESH.Clients.Mailboxes;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.ExternalModels;
using Newtonsoft.Json;
using WireMock.RequestBuilders;
using WireMock.ResponseBuilders;
using Xunit;
-namespace NEL.MESH.Tests.Acceptance
+namespace NHSISL.MESH.Tests.Acceptance
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Acceptance/MeshClientTests.TrackMessage.cs b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.TrackMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Acceptance/MeshClientTests.TrackMessage.cs
rename to NHSISL.MESH.Tests.Acceptance/MeshClientTests.TrackMessage.cs
index f2929a41..b276fa4d 100644
--- a/NEL.MESH.Tests.Acceptance/MeshClientTests.TrackMessage.cs
+++ b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.TrackMessage.cs
@@ -4,13 +4,13 @@
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Newtonsoft.Json;
using WireMock.RequestBuilders;
using WireMock.ResponseBuilders;
using Xunit;
-namespace NEL.MESH.Tests.Acceptance
+namespace NHSISL.MESH.Tests.Acceptance
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Acceptance/MeshClientTests.cs b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.cs
similarity index 97%
rename from NEL.MESH.Tests.Acceptance/MeshClientTests.cs
rename to NHSISL.MESH.Tests.Acceptance/MeshClientTests.cs
index c51b62bb..5e4ad1cc 100644
--- a/NEL.MESH.Tests.Acceptance/MeshClientTests.cs
+++ b/NHSISL.MESH.Tests.Acceptance/MeshClientTests.cs
@@ -8,13 +8,13 @@
using System.Security.Cryptography.X509Certificates;
using System.Text;
using Microsoft.Extensions.Configuration;
-using NEL.MESH.Clients;
-using NEL.MESH.Models.Configurations;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Clients;
+using NHSISL.MESH.Models.Configurations;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Tynamix.ObjectFiller;
using WireMock.Server;
-namespace NEL.MESH.Tests.Acceptance
+namespace NHSISL.MESH.Tests.Acceptance
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Acceptance/NEL.MESH.Tests.Acceptance.csproj b/NHSISL.MESH.Tests.Acceptance/NHSISL - Backup.MESH.Tests.Acceptance.csproj
similarity index 96%
rename from NEL.MESH.Tests.Acceptance/NEL.MESH.Tests.Acceptance.csproj
rename to NHSISL.MESH.Tests.Acceptance/NHSISL - Backup.MESH.Tests.Acceptance.csproj
index ec9e4f44..d07672b6 100644
--- a/NEL.MESH.Tests.Acceptance/NEL.MESH.Tests.Acceptance.csproj
+++ b/NHSISL.MESH.Tests.Acceptance/NHSISL - Backup.MESH.Tests.Acceptance.csproj
@@ -31,7 +31,7 @@
-
+
diff --git a/NHSISL.MESH.Tests.Acceptance/NHSISL.MESH.Tests.Acceptance.csproj b/NHSISL.MESH.Tests.Acceptance/NHSISL.MESH.Tests.Acceptance.csproj
new file mode 100644
index 00000000..d07672b6
--- /dev/null
+++ b/NHSISL.MESH.Tests.Acceptance/NHSISL.MESH.Tests.Acceptance.csproj
@@ -0,0 +1,46 @@
+
+
+
+ net8.0
+ disable
+ disable
+ false
+ Debug;Release;Test;Acceptance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
+
+
+ Always
+
+
+ Always
+
+
+
+
diff --git a/NEL.MESH.Tests.Acceptance/appsettings.json b/NHSISL.MESH.Tests.Acceptance/appsettings.json
similarity index 100%
rename from NEL.MESH.Tests.Acceptance/appsettings.json
rename to NHSISL.MESH.Tests.Acceptance/appsettings.json
diff --git a/NEL.MESH.Tests.Integration.Witness/100.MeshClientTests.cs b/NHSISL.MESH.Tests.Integration.Witness/100.MeshClientTests.cs
similarity index 97%
rename from NEL.MESH.Tests.Integration.Witness/100.MeshClientTests.cs
rename to NHSISL.MESH.Tests.Integration.Witness/100.MeshClientTests.cs
index cc8a803d..46181469 100644
--- a/NEL.MESH.Tests.Integration.Witness/100.MeshClientTests.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/100.MeshClientTests.cs
@@ -9,14 +9,14 @@
using System.Security.Cryptography.X509Certificates;
using System.Text;
using Microsoft.Extensions.Configuration;
-using NEL.MESH.Clients;
-using NEL.MESH.Models.Configurations;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Clients;
+using NHSISL.MESH.Models.Configurations;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Tynamix.ObjectFiller;
using Xunit.Abstractions;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/201.202.MeshClientTests.SendAndAcknowledgeMessage.cs b/NHSISL.MESH.Tests.Integration.Witness/201.202.MeshClientTests.SendAndAcknowledgeMessage.cs
similarity index 94%
rename from NEL.MESH.Tests.Integration.Witness/201.202.MeshClientTests.SendAndAcknowledgeMessage.cs
rename to NHSISL.MESH.Tests.Integration.Witness/201.202.MeshClientTests.SendAndAcknowledgeMessage.cs
index 6b90b1aa..2e69dfbc 100644
--- a/NEL.MESH.Tests.Integration.Witness/201.202.MeshClientTests.SendAndAcknowledgeMessage.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/201.202.MeshClientTests.SendAndAcknowledgeMessage.cs
@@ -5,10 +5,10 @@
using System;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/401.MeshClientTests.RetrieveUncompressedContent.cs b/NHSISL.MESH.Tests.Integration.Witness/401.MeshClientTests.RetrieveUncompressedContent.cs
similarity index 94%
rename from NEL.MESH.Tests.Integration.Witness/401.MeshClientTests.RetrieveUncompressedContent.cs
rename to NHSISL.MESH.Tests.Integration.Witness/401.MeshClientTests.RetrieveUncompressedContent.cs
index d43eaec8..5df1d7f9 100644
--- a/NEL.MESH.Tests.Integration.Witness/401.MeshClientTests.RetrieveUncompressedContent.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/401.MeshClientTests.RetrieveUncompressedContent.cs
@@ -5,11 +5,11 @@
using System;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Clients.Mailboxes;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Clients.Mailboxes;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/501.MeshClientTests.RetrieveChunkedMessage.cs b/NHSISL.MESH.Tests.Integration.Witness/501.MeshClientTests.RetrieveChunkedMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Integration.Witness/501.MeshClientTests.RetrieveChunkedMessage.cs
rename to NHSISL.MESH.Tests.Integration.Witness/501.MeshClientTests.RetrieveChunkedMessage.cs
index 9f78a142..ee4a4c1d 100644
--- a/NEL.MESH.Tests.Integration.Witness/501.MeshClientTests.RetrieveChunkedMessage.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/501.MeshClientTests.RetrieveChunkedMessage.cs
@@ -7,10 +7,10 @@
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/502.MeshClientTests.SendChunkedMessage.cs b/NHSISL.MESH.Tests.Integration.Witness/502.MeshClientTests.SendChunkedMessage.cs
similarity index 96%
rename from NEL.MESH.Tests.Integration.Witness/502.MeshClientTests.SendChunkedMessage.cs
rename to NHSISL.MESH.Tests.Integration.Witness/502.MeshClientTests.SendChunkedMessage.cs
index 518fc891..574b93e9 100644
--- a/NEL.MESH.Tests.Integration.Witness/502.MeshClientTests.SendChunkedMessage.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/502.MeshClientTests.SendChunkedMessage.cs
@@ -7,10 +7,10 @@
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/601.MeshClientTests.SendAndAcnowledgeHighVolume.cs b/NHSISL.MESH.Tests.Integration.Witness/601.MeshClientTests.SendAndAcnowledgeHighVolume.cs
similarity index 99%
rename from NEL.MESH.Tests.Integration.Witness/601.MeshClientTests.SendAndAcnowledgeHighVolume.cs
rename to NHSISL.MESH.Tests.Integration.Witness/601.MeshClientTests.SendAndAcnowledgeHighVolume.cs
index f31f0aea..8169d016 100644
--- a/NEL.MESH.Tests.Integration.Witness/601.MeshClientTests.SendAndAcnowledgeHighVolume.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/601.MeshClientTests.SendAndAcnowledgeHighVolume.cs
@@ -9,7 +9,7 @@
using FluentAssertions;
using Xunit;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/701.MeshClientTests.SendMessageUserAuth.cs b/NHSISL.MESH.Tests.Integration.Witness/701.MeshClientTests.SendMessageUserAuth.cs
similarity index 95%
rename from NEL.MESH.Tests.Integration.Witness/701.MeshClientTests.SendMessageUserAuth.cs
rename to NHSISL.MESH.Tests.Integration.Witness/701.MeshClientTests.SendMessageUserAuth.cs
index c93246be..f4d4c89e 100644
--- a/NEL.MESH.Tests.Integration.Witness/701.MeshClientTests.SendMessageUserAuth.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/701.MeshClientTests.SendMessageUserAuth.cs
@@ -5,10 +5,10 @@
using System;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/702.MeshClientTests.SendMessageInvalidRecipient.cs b/NHSISL.MESH.Tests.Integration.Witness/702.MeshClientTests.SendMessageInvalidRecipient.cs
similarity index 96%
rename from NEL.MESH.Tests.Integration.Witness/702.MeshClientTests.SendMessageInvalidRecipient.cs
rename to NHSISL.MESH.Tests.Integration.Witness/702.MeshClientTests.SendMessageInvalidRecipient.cs
index 17aa0aea..fbe129fa 100644
--- a/NEL.MESH.Tests.Integration.Witness/702.MeshClientTests.SendMessageInvalidRecipient.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/702.MeshClientTests.SendMessageInvalidRecipient.cs
@@ -7,11 +7,11 @@
using System.Linq;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Clients.Mesh.Exceptions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Clients.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/703.MeshClientTests.SendMessageUndeliveredMessage.cs b/NHSISL.MESH.Tests.Integration.Witness/703.MeshClientTests.SendMessageUndeliveredMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Integration.Witness/703.MeshClientTests.SendMessageUndeliveredMessage.cs
rename to NHSISL.MESH.Tests.Integration.Witness/703.MeshClientTests.SendMessageUndeliveredMessage.cs
index fd15daea..9e7e58ea 100644
--- a/NEL.MESH.Tests.Integration.Witness/703.MeshClientTests.SendMessageUndeliveredMessage.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/703.MeshClientTests.SendMessageUndeliveredMessage.cs
@@ -5,7 +5,7 @@
using System.Threading.Tasks;
using Xunit;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/704.MeshClientTests.RetrieveMessageDoesNotExit.cs b/NHSISL.MESH.Tests.Integration.Witness/704.MeshClientTests.RetrieveMessageDoesNotExit.cs
similarity index 93%
rename from NEL.MESH.Tests.Integration.Witness/704.MeshClientTests.RetrieveMessageDoesNotExit.cs
rename to NHSISL.MESH.Tests.Integration.Witness/704.MeshClientTests.RetrieveMessageDoesNotExit.cs
index 84738cdb..b737b22e 100644
--- a/NEL.MESH.Tests.Integration.Witness/704.MeshClientTests.RetrieveMessageDoesNotExit.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/704.MeshClientTests.RetrieveMessageDoesNotExit.cs
@@ -5,11 +5,11 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Clients.Mesh.Exceptions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Clients.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/705.MeshClientTests.RetrieveMessageGone.cs b/NHSISL.MESH.Tests.Integration.Witness/705.MeshClientTests.RetrieveMessageGone.cs
similarity index 93%
rename from NEL.MESH.Tests.Integration.Witness/705.MeshClientTests.RetrieveMessageGone.cs
rename to NHSISL.MESH.Tests.Integration.Witness/705.MeshClientTests.RetrieveMessageGone.cs
index 064140d6..8fe463f9 100644
--- a/NEL.MESH.Tests.Integration.Witness/705.MeshClientTests.RetrieveMessageGone.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/705.MeshClientTests.RetrieveMessageGone.cs
@@ -4,10 +4,10 @@
using System.Threading.Tasks;
using Force.DeepCloner;
-using NEL.MESH.Clients;
+using NHSISL.MESH.Clients;
using Xunit;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/ConfigurationTests.Configuration.cs b/NHSISL.MESH.Tests.Integration.Witness/ConfigurationTests.Configuration.cs
similarity index 96%
rename from NEL.MESH.Tests.Integration.Witness/ConfigurationTests.Configuration.cs
rename to NHSISL.MESH.Tests.Integration.Witness/ConfigurationTests.Configuration.cs
index 5ff75dbb..fdbb9b22 100644
--- a/NEL.MESH.Tests.Integration.Witness/ConfigurationTests.Configuration.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/ConfigurationTests.Configuration.cs
@@ -7,7 +7,7 @@
using FluentAssertions;
using Microsoft.Extensions.Configuration;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class ConfigurationTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/ConfigurationTests.cs b/NHSISL.MESH.Tests.Integration.Witness/ConfigurationTests.cs
similarity index 94%
rename from NEL.MESH.Tests.Integration.Witness/ConfigurationTests.cs
rename to NHSISL.MESH.Tests.Integration.Witness/ConfigurationTests.cs
index 6225547d..79dc87ad 100644
--- a/NEL.MESH.Tests.Integration.Witness/ConfigurationTests.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/ConfigurationTests.cs
@@ -4,7 +4,7 @@
using Microsoft.Extensions.Configuration;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public partial class ConfigurationTests
{
diff --git a/NEL.MESH.Tests.Integration.Witness/IntegrationTestFilter.cs b/NHSISL.MESH.Tests.Integration.Witness/IntegrationTestFilter.cs
similarity index 100%
rename from NEL.MESH.Tests.Integration.Witness/IntegrationTestFilter.cs
rename to NHSISL.MESH.Tests.Integration.Witness/IntegrationTestFilter.cs
diff --git a/NEL.MESH.Tests.Integration.Witness/NEL.MESH.Tests.Integration.Witness.csproj b/NHSISL.MESH.Tests.Integration.Witness/NHSISL - Backup.MESH.Tests.Integration.Witness.csproj
similarity index 97%
rename from NEL.MESH.Tests.Integration.Witness/NEL.MESH.Tests.Integration.Witness.csproj
rename to NHSISL.MESH.Tests.Integration.Witness/NHSISL - Backup.MESH.Tests.Integration.Witness.csproj
index 0327b5c9..da65421f 100644
--- a/NEL.MESH.Tests.Integration.Witness/NEL.MESH.Tests.Integration.Witness.csproj
+++ b/NHSISL.MESH.Tests.Integration.Witness/NHSISL - Backup.MESH.Tests.Integration.Witness.csproj
@@ -36,7 +36,7 @@
-
+
diff --git a/NHSISL.MESH.Tests.Integration.Witness/NHSISL.MESH.Tests.Integration.Witness.csproj b/NHSISL.MESH.Tests.Integration.Witness/NHSISL.MESH.Tests.Integration.Witness.csproj
new file mode 100644
index 00000000..da65421f
--- /dev/null
+++ b/NHSISL.MESH.Tests.Integration.Witness/NHSISL.MESH.Tests.Integration.Witness.csproj
@@ -0,0 +1,66 @@
+
+
+
+ net8.0
+ disable
+ disable
+ false
+ Debug;Release;Test;Acceptance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+
+
diff --git a/NEL.MESH.Tests.Integration.Witness/ReleaseCandidateFactAttribute.cs b/NHSISL.MESH.Tests.Integration.Witness/ReleaseCandidateFactAttribute.cs
similarity index 66%
rename from NEL.MESH.Tests.Integration.Witness/ReleaseCandidateFactAttribute.cs
rename to NHSISL.MESH.Tests.Integration.Witness/ReleaseCandidateFactAttribute.cs
index 1aa54711..db9daf6f 100644
--- a/NEL.MESH.Tests.Integration.Witness/ReleaseCandidateFactAttribute.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/ReleaseCandidateFactAttribute.cs
@@ -6,11 +6,11 @@
using Xunit;
using Xunit.Sdk;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
[XunitTestCaseDiscoverer(
- typeName: "NEL.MESH.Tests.Integration.Witness.ReleaseCandidateTestCaseDiscoverer",
- assemblyName: "NEL.MESH.Tests.Integration.Witness")]
+ typeName: "NHSISL.MESH.Tests.Integration.Witness.ReleaseCandidateTestCaseDiscoverer",
+ assemblyName: "NHSISL.MESH.Tests.Integration.Witness")]
public class ReleaseCandidateFactAttribute : FactAttribute { }
}
diff --git a/NEL.MESH.Tests.Integration/ReleaseCandidateTestCaseDiscoverer.cs b/NHSISL.MESH.Tests.Integration.Witness/ReleaseCandidateTestCaseDiscoverer.cs
similarity index 97%
rename from NEL.MESH.Tests.Integration/ReleaseCandidateTestCaseDiscoverer.cs
rename to NHSISL.MESH.Tests.Integration.Witness/ReleaseCandidateTestCaseDiscoverer.cs
index cd507c93..55291afb 100644
--- a/NEL.MESH.Tests.Integration/ReleaseCandidateTestCaseDiscoverer.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/ReleaseCandidateTestCaseDiscoverer.cs
@@ -7,7 +7,7 @@
using Xunit.Abstractions;
using Xunit.Sdk;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public class ReleaseCandidateTestCaseDiscoverer : IXunitTestCaseDiscoverer
{
diff --git a/NEL.MESH.Tests.Integration.Witness/Resources/dev_IA_Cert.cer b/NHSISL.MESH.Tests.Integration.Witness/Resources/dev_IA_Cert.cer
similarity index 100%
rename from NEL.MESH.Tests.Integration.Witness/Resources/dev_IA_Cert.cer
rename to NHSISL.MESH.Tests.Integration.Witness/Resources/dev_IA_Cert.cer
diff --git a/NEL.MESH.Tests.Integration.Witness/Resources/dev_RA_Cert.cer b/NHSISL.MESH.Tests.Integration.Witness/Resources/dev_RA_Cert.cer
similarity index 100%
rename from NEL.MESH.Tests.Integration.Witness/Resources/dev_RA_Cert.cer
rename to NHSISL.MESH.Tests.Integration.Witness/Resources/dev_RA_Cert.cer
diff --git a/NEL.MESH.Tests.Integration.Witness/WitnessTestCaseDiscoverer.cs b/NHSISL.MESH.Tests.Integration.Witness/WitnessTestCaseDiscoverer.cs
similarity index 97%
rename from NEL.MESH.Tests.Integration.Witness/WitnessTestCaseDiscoverer.cs
rename to NHSISL.MESH.Tests.Integration.Witness/WitnessTestCaseDiscoverer.cs
index fbde5334..4e301d52 100644
--- a/NEL.MESH.Tests.Integration.Witness/WitnessTestCaseDiscoverer.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/WitnessTestCaseDiscoverer.cs
@@ -7,7 +7,7 @@
using Xunit.Abstractions;
using Xunit.Sdk;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
public class WitnessTestCaseDiscoverer : IXunitTestCaseDiscoverer
{
diff --git a/NEL.MESH.Tests.Integration.Witness/WitnessTestsFactAttribute.cs b/NHSISL.MESH.Tests.Integration.Witness/WitnessTestsFactAttribute.cs
similarity index 67%
rename from NEL.MESH.Tests.Integration.Witness/WitnessTestsFactAttribute.cs
rename to NHSISL.MESH.Tests.Integration.Witness/WitnessTestsFactAttribute.cs
index 748daf11..c4d7ba6c 100644
--- a/NEL.MESH.Tests.Integration.Witness/WitnessTestsFactAttribute.cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/WitnessTestsFactAttribute.cs
@@ -6,11 +6,11 @@
using Xunit;
using Xunit.Sdk;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
[XunitTestCaseDiscoverer(
- typeName: "NEL.MESH.Tests.Integration.Witness.WitnessTestCaseDiscoverer",
- assemblyName: "NEL.MESH.Tests.Integration.Witness")]
+ typeName: "NHSISL.MESH.Tests.Integration.Witness.WitnessTestCaseDiscoverer",
+ assemblyName: "NHSISL.MESH.Tests.Integration.Witness")]
public class WitnessTestsFactAttribute : FactAttribute { }
}
diff --git a/NEL.MESH.Tests.Integration.Witness/WitnessTestsTheoryAttribute .cs b/NHSISL.MESH.Tests.Integration.Witness/WitnessTestsTheoryAttribute .cs
similarity index 67%
rename from NEL.MESH.Tests.Integration.Witness/WitnessTestsTheoryAttribute .cs
rename to NHSISL.MESH.Tests.Integration.Witness/WitnessTestsTheoryAttribute .cs
index c87f2877..1ea91b03 100644
--- a/NEL.MESH.Tests.Integration.Witness/WitnessTestsTheoryAttribute .cs
+++ b/NHSISL.MESH.Tests.Integration.Witness/WitnessTestsTheoryAttribute .cs
@@ -6,11 +6,11 @@
using Xunit;
using Xunit.Sdk;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration.Witness
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
[XunitTestCaseDiscoverer(
- typeName: "NEL.MESH.Tests.Integration.Witness.WitnessTestCaseDiscoverer",
- assemblyName: "NEL.MESH.Tests.Integration.Witness")]
+ typeName: "NHSISL.MESH.Tests.Integration.Witness.WitnessTestCaseDiscoverer",
+ assemblyName: "NHSISL.MESH.Tests.Integration.Witness")]
public class WitnessTestsTheoryAttribute : TheoryAttribute { }
}
diff --git a/NEL.MESH.Tests.Integration.Witness/appsettings.json b/NHSISL.MESH.Tests.Integration.Witness/appsettings.json
similarity index 100%
rename from NEL.MESH.Tests.Integration.Witness/appsettings.json
rename to NHSISL.MESH.Tests.Integration.Witness/appsettings.json
diff --git a/NEL.MESH.Tests.Integration/ConfigurationTests.Configuration.cs b/NHSISL.MESH.Tests.Integration/ConfigurationTests.Configuration.cs
similarity index 97%
rename from NEL.MESH.Tests.Integration/ConfigurationTests.Configuration.cs
rename to NHSISL.MESH.Tests.Integration/ConfigurationTests.Configuration.cs
index d9d22bf3..700c63c3 100644
--- a/NEL.MESH.Tests.Integration/ConfigurationTests.Configuration.cs
+++ b/NHSISL.MESH.Tests.Integration/ConfigurationTests.Configuration.cs
@@ -8,7 +8,7 @@
using Microsoft.Extensions.Configuration;
using Xunit;
-namespace NEL.MESH.Tests.Integration
+namespace NHSISL.MESH.Tests.Integration
{
public partial class ConfigurationTests
{
diff --git a/NEL.MESH.Tests.Integration/ConfigurationTests.cs b/NHSISL.MESH.Tests.Integration/ConfigurationTests.cs
similarity index 95%
rename from NEL.MESH.Tests.Integration/ConfigurationTests.cs
rename to NHSISL.MESH.Tests.Integration/ConfigurationTests.cs
index fbc8a819..55f2a4e8 100644
--- a/NEL.MESH.Tests.Integration/ConfigurationTests.cs
+++ b/NHSISL.MESH.Tests.Integration/ConfigurationTests.cs
@@ -4,7 +4,7 @@
using Microsoft.Extensions.Configuration;
-namespace NEL.MESH.Tests.Integration
+namespace NHSISL.MESH.Tests.Integration
{
public partial class ConfigurationTests
{
diff --git a/NEL.MESH.Tests.Integration/IntegrationTestFilter.cs b/NHSISL.MESH.Tests.Integration/IntegrationTestFilter.cs
similarity index 100%
rename from NEL.MESH.Tests.Integration/IntegrationTestFilter.cs
rename to NHSISL.MESH.Tests.Integration/IntegrationTestFilter.cs
diff --git a/NEL.MESH.Tests.Integration/MeshClientTests.AcknowledgeMessage.cs b/NHSISL.MESH.Tests.Integration/MeshClientTests.AcknowledgeMessage.cs
similarity index 95%
rename from NEL.MESH.Tests.Integration/MeshClientTests.AcknowledgeMessage.cs
rename to NHSISL.MESH.Tests.Integration/MeshClientTests.AcknowledgeMessage.cs
index 71750cca..787a7ee8 100644
--- a/NEL.MESH.Tests.Integration/MeshClientTests.AcknowledgeMessage.cs
+++ b/NHSISL.MESH.Tests.Integration/MeshClientTests.AcknowledgeMessage.cs
@@ -7,10 +7,10 @@
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration
+namespace NHSISL.MESH.Tests.Integration
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration/MeshClientTests.GetMessage.cs b/NHSISL.MESH.Tests.Integration/MeshClientTests.GetMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Integration/MeshClientTests.GetMessage.cs
rename to NHSISL.MESH.Tests.Integration/MeshClientTests.GetMessage.cs
index 8b8487e0..1e306b5d 100644
--- a/NEL.MESH.Tests.Integration/MeshClientTests.GetMessage.cs
+++ b/NHSISL.MESH.Tests.Integration/MeshClientTests.GetMessage.cs
@@ -6,11 +6,11 @@
using System.Text;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Clients.Mailboxes;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Clients.Mailboxes;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration
+namespace NHSISL.MESH.Tests.Integration
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration/MeshClientTests.GetMessages.cs b/NHSISL.MESH.Tests.Integration/MeshClientTests.GetMessages.cs
similarity index 95%
rename from NEL.MESH.Tests.Integration/MeshClientTests.GetMessages.cs
rename to NHSISL.MESH.Tests.Integration/MeshClientTests.GetMessages.cs
index f41d4246..b8f11d1d 100644
--- a/NEL.MESH.Tests.Integration/MeshClientTests.GetMessages.cs
+++ b/NHSISL.MESH.Tests.Integration/MeshClientTests.GetMessages.cs
@@ -6,10 +6,10 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration
+namespace NHSISL.MESH.Tests.Integration
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration/MeshClientTests.Handshake.cs b/NHSISL.MESH.Tests.Integration/MeshClientTests.Handshake.cs
similarity index 94%
rename from NEL.MESH.Tests.Integration/MeshClientTests.Handshake.cs
rename to NHSISL.MESH.Tests.Integration/MeshClientTests.Handshake.cs
index 265ce8cc..cf6a3c12 100644
--- a/NEL.MESH.Tests.Integration/MeshClientTests.Handshake.cs
+++ b/NHSISL.MESH.Tests.Integration/MeshClientTests.Handshake.cs
@@ -6,7 +6,7 @@
using FluentAssertions;
using Xunit;
-namespace NEL.MESH.Tests.Integration
+namespace NHSISL.MESH.Tests.Integration
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration/MeshClientTests.SendMessage.cs b/NHSISL.MESH.Tests.Integration/MeshClientTests.SendMessage.cs
similarity index 95%
rename from NEL.MESH.Tests.Integration/MeshClientTests.SendMessage.cs
rename to NHSISL.MESH.Tests.Integration/MeshClientTests.SendMessage.cs
index 80d219c0..d0a01617 100644
--- a/NEL.MESH.Tests.Integration/MeshClientTests.SendMessage.cs
+++ b/NHSISL.MESH.Tests.Integration/MeshClientTests.SendMessage.cs
@@ -5,10 +5,10 @@
using System;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration
+namespace NHSISL.MESH.Tests.Integration
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration/MeshClientTests.TrackMessage.cs b/NHSISL.MESH.Tests.Integration/MeshClientTests.TrackMessage.cs
similarity index 96%
rename from NEL.MESH.Tests.Integration/MeshClientTests.TrackMessage.cs
rename to NHSISL.MESH.Tests.Integration/MeshClientTests.TrackMessage.cs
index 0332d0a0..dc6fbd3f 100644
--- a/NEL.MESH.Tests.Integration/MeshClientTests.TrackMessage.cs
+++ b/NHSISL.MESH.Tests.Integration/MeshClientTests.TrackMessage.cs
@@ -5,10 +5,10 @@
using System;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Integration
+namespace NHSISL.MESH.Tests.Integration
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration/MeshClientTests.cs b/NHSISL.MESH.Tests.Integration/MeshClientTests.cs
similarity index 97%
rename from NEL.MESH.Tests.Integration/MeshClientTests.cs
rename to NHSISL.MESH.Tests.Integration/MeshClientTests.cs
index 1cf3357c..e78479b5 100644
--- a/NEL.MESH.Tests.Integration/MeshClientTests.cs
+++ b/NHSISL.MESH.Tests.Integration/MeshClientTests.cs
@@ -7,12 +7,12 @@
using System.Security.Cryptography.X509Certificates;
using System.Text;
using Microsoft.Extensions.Configuration;
-using NEL.MESH.Clients;
-using NEL.MESH.Models.Configurations;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Clients;
+using NHSISL.MESH.Models.Configurations;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Tynamix.ObjectFiller;
-namespace NEL.MESH.Tests.Integration
+namespace NHSISL.MESH.Tests.Integration
{
public partial class MeshClientTests
{
diff --git a/NEL.MESH.Tests.Integration/NEL.MESH.Tests.Integration.csproj b/NHSISL.MESH.Tests.Integration/NHSISL - Backup.MESH.Tests.Integration.csproj
similarity index 97%
rename from NEL.MESH.Tests.Integration/NEL.MESH.Tests.Integration.csproj
rename to NHSISL.MESH.Tests.Integration/NHSISL - Backup.MESH.Tests.Integration.csproj
index 141b8e8b..23cb783a 100644
--- a/NEL.MESH.Tests.Integration/NEL.MESH.Tests.Integration.csproj
+++ b/NHSISL.MESH.Tests.Integration/NHSISL - Backup.MESH.Tests.Integration.csproj
@@ -36,7 +36,7 @@
-
+
diff --git a/NHSISL.MESH.Tests.Integration/NHSISL.MESH.Tests.Integration.csproj b/NHSISL.MESH.Tests.Integration/NHSISL.MESH.Tests.Integration.csproj
new file mode 100644
index 00000000..23cb783a
--- /dev/null
+++ b/NHSISL.MESH.Tests.Integration/NHSISL.MESH.Tests.Integration.csproj
@@ -0,0 +1,66 @@
+
+
+
+ net8.0
+ disable
+ disable
+ false
+ Debug;Release;Test;Acceptance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+
+
diff --git a/NEL.MESH.Tests.Integration/ReleaseCandidateFactAttribute.cs b/NHSISL.MESH.Tests.Integration/ReleaseCandidateFactAttribute.cs
similarity index 69%
rename from NEL.MESH.Tests.Integration/ReleaseCandidateFactAttribute.cs
rename to NHSISL.MESH.Tests.Integration/ReleaseCandidateFactAttribute.cs
index 4726b7af..a45d2cb7 100644
--- a/NEL.MESH.Tests.Integration/ReleaseCandidateFactAttribute.cs
+++ b/NHSISL.MESH.Tests.Integration/ReleaseCandidateFactAttribute.cs
@@ -6,11 +6,11 @@
using Xunit;
using Xunit.Sdk;
-namespace NEL.MESH.Tests.Integration
+namespace NHSISL.MESH.Tests.Integration
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
[XunitTestCaseDiscoverer(
- typeName: "NEL.MESH.Tests.Integration.ReleaseCandidateTestCaseDiscoverer",
- assemblyName: "NEL.MESH.Tests.Integration")]
+ typeName: "NHSISL.MESH.Tests.Integration.ReleaseCandidateTestCaseDiscoverer",
+ assemblyName: "NHSISL.MESH.Tests.Integration")]
public class ReleaseCandidateFactAttribute : FactAttribute { }
}
diff --git a/NEL.MESH.Tests.Integration.Witness/ReleaseCandidateTestCaseDiscoverer.cs b/NHSISL.MESH.Tests.Integration/ReleaseCandidateTestCaseDiscoverer.cs
similarity index 97%
rename from NEL.MESH.Tests.Integration.Witness/ReleaseCandidateTestCaseDiscoverer.cs
rename to NHSISL.MESH.Tests.Integration/ReleaseCandidateTestCaseDiscoverer.cs
index cd507c93..41f6dcd9 100644
--- a/NEL.MESH.Tests.Integration.Witness/ReleaseCandidateTestCaseDiscoverer.cs
+++ b/NHSISL.MESH.Tests.Integration/ReleaseCandidateTestCaseDiscoverer.cs
@@ -7,7 +7,7 @@
using Xunit.Abstractions;
using Xunit.Sdk;
-namespace NEL.MESH.Tests.Integration.Witness
+namespace NHSISL.MESH.Tests.Integration
{
public class ReleaseCandidateTestCaseDiscoverer : IXunitTestCaseDiscoverer
{
diff --git a/NEL.MESH.Tests.Integration/Resources/dev_IA_Cert.cer b/NHSISL.MESH.Tests.Integration/Resources/dev_IA_Cert.cer
similarity index 100%
rename from NEL.MESH.Tests.Integration/Resources/dev_IA_Cert.cer
rename to NHSISL.MESH.Tests.Integration/Resources/dev_IA_Cert.cer
diff --git a/NEL.MESH.Tests.Integration/Resources/dev_RA_Cert.cer b/NHSISL.MESH.Tests.Integration/Resources/dev_RA_Cert.cer
similarity index 100%
rename from NEL.MESH.Tests.Integration/Resources/dev_RA_Cert.cer
rename to NHSISL.MESH.Tests.Integration/Resources/dev_RA_Cert.cer
diff --git a/NEL.MESH.Tests.Integration/appsettings.json b/NHSISL.MESH.Tests.Integration/appsettings.json
similarity index 100%
rename from NEL.MESH.Tests.Integration/appsettings.json
rename to NHSISL.MESH.Tests.Integration/appsettings.json
diff --git a/NEL.MESH.Tests.Unit/NEL.Mesh.Tests.Unit.csproj b/NHSISL.MESH.Tests.Unit/NHSISL - Backup.Mesh.Tests.Unit.csproj
similarity index 96%
rename from NEL.MESH.Tests.Unit/NEL.Mesh.Tests.Unit.csproj
rename to NHSISL.MESH.Tests.Unit/NHSISL - Backup.Mesh.Tests.Unit.csproj
index 5a471a7f..794f5fa9 100644
--- a/NEL.MESH.Tests.Unit/NEL.Mesh.Tests.Unit.csproj
+++ b/NHSISL.MESH.Tests.Unit/NHSISL - Backup.Mesh.Tests.Unit.csproj
@@ -30,7 +30,7 @@
-
+
diff --git a/NHSISL.MESH.Tests.Unit/NHSISL.Mesh.Tests.Unit.csproj b/NHSISL.MESH.Tests.Unit/NHSISL.Mesh.Tests.Unit.csproj
new file mode 100644
index 00000000..794f5fa9
--- /dev/null
+++ b/NHSISL.MESH.Tests.Unit/NHSISL.Mesh.Tests.Unit.csproj
@@ -0,0 +1,42 @@
+
+
+
+ net8.0
+ disable
+ disable
+ false
+ Debug;Release;Test;Acceptance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+ all
+
+
+
+
+
+
+
+
+
+ Always
+
+
+
+
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Exceptions.SplitMessageIntoChunks.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Exceptions.SplitMessageIntoChunks.cs
similarity index 92%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Exceptions.SplitMessageIntoChunks.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Exceptions.SplitMessageIntoChunks.cs
index 5de8cc39..19472944 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Exceptions.SplitMessageIntoChunks.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Exceptions.SplitMessageIntoChunks.cs
@@ -6,12 +6,12 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Chunking.Exceptions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Chunking.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Chunks
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Chunks
{
public partial class ChunkServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Logic.SplitMessageIntoChunks.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Logic.SplitMessageIntoChunks.cs
similarity index 96%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Logic.SplitMessageIntoChunks.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Logic.SplitMessageIntoChunks.cs
index 78a93dde..cb36087b 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Logic.SplitMessageIntoChunks.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Logic.SplitMessageIntoChunks.cs
@@ -7,10 +7,10 @@
using FluentAssertions;
using Force.DeepCloner;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Chunks
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Chunks
{
public partial class ChunkServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Validations.SplitMessageIntoChunks.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Validations.SplitMessageIntoChunks.cs
similarity index 90%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Validations.SplitMessageIntoChunks.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Validations.SplitMessageIntoChunks.cs
index a10bfc46..704e69df 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Validations.SplitMessageIntoChunks.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Validations.SplitMessageIntoChunks.cs
@@ -5,12 +5,12 @@
using System;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Chunking.Exceptions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Chunking.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Chunks
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Chunks
{
public partial class ChunkServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.cs
similarity index 96%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.cs
index bc6feb01..ec8011b9 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.cs
@@ -6,12 +6,12 @@
using System.Collections.Generic;
using System.Text;
using Moq;
-using NEL.MESH.Brokers.Mesh;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Services.Foundations.Chunks;
+using NHSISL.MESH.Brokers.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Services.Foundations.Chunks;
using Tynamix.ObjectFiller;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Chunks
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Chunks
{
public partial class ChunkServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.Handshake.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.Handshake.cs
similarity index 98%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.Handshake.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.Handshake.cs
index 17825ac5..eeebd213 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.Handshake.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.Handshake.cs
@@ -7,11 +7,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessage.cs
index 40fc7456..72aca985 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessage.cs
@@ -7,12 +7,12 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessages.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessages.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessages.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessages.cs
index 71324fba..fa06aab3 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessages.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.RetrieveMessages.cs
@@ -6,12 +6,12 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.SendMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.SendMessage.cs
similarity index 98%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.SendMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.SendMessage.cs
index e8289b27..f78e4481 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.SendMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.SendMessage.cs
@@ -6,12 +6,12 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.TrackMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.TrackMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.TrackMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.TrackMessage.cs
index b4617f51..514d8589 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.TrackMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Exceptions.TrackMessage.cs
@@ -6,12 +6,12 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.Handshake.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.Handshake.cs
similarity index 95%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.Handshake.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.Handshake.cs
index 8c3cf5bf..1ee93007 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.Handshake.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.Handshake.cs
@@ -8,7 +8,7 @@
using Moq;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.RetrieveMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.RetrieveMessage.cs
similarity index 98%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.RetrieveMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.RetrieveMessage.cs
index 3abeab02..19a330f0 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.RetrieveMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.RetrieveMessage.cs
@@ -8,10 +8,10 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.SendMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.SendMessage.cs
similarity index 98%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.SendMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.SendMessage.cs
index e82e4401..2c608e4d 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.SendMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.SendMessage.cs
@@ -7,10 +7,10 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.TrackMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.TrackMessage.cs
similarity index 92%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.TrackMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.TrackMessage.cs
index 224719c7..6931ed4b 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.TrackMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Logic.TrackMessage.cs
@@ -6,11 +6,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.ExternalModels;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.ExternalModels;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.Handshake.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.Handshake.cs
similarity index 95%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.Handshake.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.Handshake.cs
index 3df4573f..7a1549f3 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.Handshake.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.Handshake.cs
@@ -8,11 +8,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessage.cs
similarity index 96%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessage.cs
index 45e51510..2c861333 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessage.cs
@@ -8,11 +8,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessages.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessages.cs
similarity index 94%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessages.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessages.cs
index 6d0e88dc..bdb87b38 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessages.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.RetrieveMessages.cs
@@ -7,11 +7,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.SendMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.SendMessage.cs
similarity index 98%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.SendMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.SendMessage.cs
index 8f27292a..084bce75 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.SendMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.SendMessage.cs
@@ -5,11 +5,11 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using FluentAssertions;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.TrackMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.TrackMessage.cs
similarity index 93%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.TrackMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.TrackMessage.cs
index 931fb9cf..5edbcc14 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.TrackMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.Validations.TrackMessage.cs
@@ -6,12 +6,12 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
-using NEL.MESH.Models.Foundations.Mesh.ExternalModels;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh.ExternalModels;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.cs
similarity index 99%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.cs
index 2aa619eb..0c46789a 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Mesh/MeshServiceTests.cs
@@ -12,15 +12,15 @@
using System.Text;
using KellermanSoftware.CompareNetObjects;
using Moq;
-using NEL.MESH.Brokers.Mesh;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.ExternalModels;
-using NEL.MESH.Services.Foundations.Mesh;
+using NHSISL.MESH.Brokers.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.ExternalModels;
+using NHSISL.MESH.Services.Foundations.Mesh;
using Newtonsoft.Json;
using Tynamix.ObjectFiller;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Mesh
{
public partial class MeshServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Exceptions.GenerateToken.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Exceptions.GenerateToken.cs
similarity index 93%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Exceptions.GenerateToken.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Exceptions.GenerateToken.cs
index 893acdbd..ba8b7fce 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Exceptions.GenerateToken.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Exceptions.GenerateToken.cs
@@ -6,12 +6,12 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Configurations;
-using NEL.MESH.Models.Foundations.Tokens.Exceptions;
+using NHSISL.MESH.Models.Configurations;
+using NHSISL.MESH.Models.Foundations.Tokens.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Tokens
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Tokens
{
public partial class TokenServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Logic.GenerateToken.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Logic.GenerateToken.cs
similarity index 95%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Logic.GenerateToken.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Logic.GenerateToken.cs
index 2f6f5e4b..72119119 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Logic.GenerateToken.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Logic.GenerateToken.cs
@@ -6,10 +6,10 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Configurations;
+using NHSISL.MESH.Models.Configurations;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Tokens
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Tokens
{
public partial class TokenServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Validations.GenerateToken.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Validations.GenerateToken.cs
similarity index 95%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Validations.GenerateToken.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Validations.GenerateToken.cs
index 1f9777a5..7bcce9f7 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Validations.GenerateToken.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.Validations.GenerateToken.cs
@@ -6,11 +6,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Configurations;
-using NEL.MESH.Models.Foundations.Tokens.Exceptions;
+using NHSISL.MESH.Models.Configurations;
+using NHSISL.MESH.Models.Foundations.Tokens.Exceptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Tokens
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Tokens
{
public partial class TokenServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.cs b/NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.cs
similarity index 90%
rename from NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.cs
rename to NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.cs
index 1b62df9e..1016e9f8 100644
--- a/NEL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Foundations/Tokens/TokenServiceTests.cs
@@ -6,13 +6,13 @@
using System.Security.Cryptography;
using System.Text;
using Moq;
-using NEL.MESH.Brokers.DateTimes;
-using NEL.MESH.Brokers.Identifiers;
-using NEL.MESH.Brokers.Mesh;
-using NEL.MESH.Services.Foundations.Tokens;
+using NHSISL.MESH.Brokers.DateTimes;
+using NHSISL.MESH.Brokers.Identifiers;
+using NHSISL.MESH.Brokers.Mesh;
+using NHSISL.MESH.Services.Foundations.Tokens;
using Tynamix.ObjectFiller;
-namespace NEL.MESH.Tests.Unit.Services.Foundations.Tokens
+namespace NHSISL.MESH.Tests.Unit.Services.Foundations.Tokens
{
public partial class TokenServiceTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.AcknowledgeMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.AcknowledgeMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.AcknowledgeMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.AcknowledgeMessage.cs
index 38387631..54df385b 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.AcknowledgeMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.AcknowledgeMessage.cs
@@ -6,11 +6,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.Handshake.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.Handshake.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.Handshake.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.Handshake.cs
index a5d3a84f..416f837c 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.Handshake.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.Handshake.cs
@@ -6,11 +6,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessage.cs
index 86ab9a35..3c6f456e 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessage.cs
@@ -6,12 +6,12 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessages.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessages.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessages.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessages.cs
index 8f1ccf76..f5ac045d 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessages.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.RetrieveMessages.cs
@@ -7,11 +7,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.SendMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.SendMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.SendMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.SendMessage.cs
index f0815d91..603a5e8c 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.SendMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.SendMessage.cs
@@ -6,12 +6,12 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.TrackMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.TrackMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.TrackMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.TrackMessage.cs
index 03d54ad0..d46c5057 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.TrackMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Exceptions.TrackMessage.cs
@@ -6,12 +6,12 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.AcknowledgeMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.AcknowledgeMessage.cs
similarity index 96%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.AcknowledgeMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.AcknowledgeMessage.cs
index 600d9975..2517e0eb 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.AcknowledgeMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.AcknowledgeMessage.cs
@@ -7,7 +7,7 @@
using Moq;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.Handshake.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.Handshake.cs
similarity index 95%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.Handshake.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.Handshake.cs
index e036a2ec..8ad1b415 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.Handshake.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.Handshake.cs
@@ -7,7 +7,7 @@
using Moq;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessage.cs
similarity index 94%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessage.cs
index 1c43fa61..8d3b5652 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessage.cs
@@ -6,10 +6,10 @@
using FluentAssertions;
using Force.DeepCloner;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessages.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessages.cs
similarity index 96%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessages.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessages.cs
index 377dca4e..00ae0f8e 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessages.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.RetrieveMessages.cs
@@ -8,7 +8,7 @@
using Moq;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.SendMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.SendMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.SendMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.SendMessage.cs
index e5e508fc..5e5cacc1 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.SendMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.SendMessage.cs
@@ -7,10 +7,10 @@
using FluentAssertions;
using Force.DeepCloner;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.TrackMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.TrackMessage.cs
similarity index 94%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.TrackMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.TrackMessage.cs
index dc6933e3..6b047030 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.TrackMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Logic.TrackMessage.cs
@@ -6,10 +6,10 @@
using FluentAssertions;
using Force.DeepCloner;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.AcknowledgeMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.AcknowledgeMessage.cs
similarity index 96%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.AcknowledgeMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.AcknowledgeMessage.cs
index a4e1d261..78397ffa 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.AcknowledgeMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.AcknowledgeMessage.cs
@@ -6,11 +6,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessage.cs
similarity index 96%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessage.cs
index 96965507..d33a0cc1 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessage.cs
@@ -5,11 +5,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessages.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessages.cs
similarity index 93%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessages.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessages.cs
index 9743b6d0..e4ccdfa4 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessages.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.RetrieveMessages.cs
@@ -6,11 +6,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.SendMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.SendMessage.cs
similarity index 97%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.SendMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.SendMessage.cs
index 79aad5c4..4de7d0cb 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.SendMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.SendMessage.cs
@@ -6,11 +6,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.TrackMessage.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.TrackMessage.cs
similarity index 96%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.TrackMessage.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.TrackMessage.cs
index 38d9c4ef..76b133b4 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.TrackMessage.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.Validations.TrackMessage.cs
@@ -5,11 +5,11 @@
using System.Threading.Tasks;
using FluentAssertions;
using Moq;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.cs b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.cs
similarity index 93%
rename from NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.cs
rename to NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.cs
index ffc527ab..ba6ae9af 100644
--- a/NEL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.cs
+++ b/NHSISL.MESH.Tests.Unit/Services/Orchestrations/Mesh/MeshOrchestrationTests.cs
@@ -6,19 +6,19 @@
using System.Collections.Generic;
using System.Linq;
using Moq;
-using NEL.MESH.Brokers.Mesh;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
-using NEL.MESH.Models.Foundations.Tokens.Exceptions;
-using NEL.MESH.Services.Foundations.Chunks;
-using NEL.MESH.Services.Foundations.Mesh;
-using NEL.MESH.Services.Foundations.Tokens;
-using NEL.MESH.Services.Orchestrations.Mesh;
+using NHSISL.MESH.Brokers.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Tokens.Exceptions;
+using NHSISL.MESH.Services.Foundations.Chunks;
+using NHSISL.MESH.Services.Foundations.Mesh;
+using NHSISL.MESH.Services.Foundations.Tokens;
+using NHSISL.MESH.Services.Orchestrations.Mesh;
using Tynamix.ObjectFiller;
using Xeptions;
using Xunit;
-namespace NEL.MESH.Tests.Unit.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Tests.Unit.Services.Orchestrations.Mesh
{
public partial class MeshOrchestrationTests
{
diff --git a/NEL.MESH.UI/MeshMailbox.Designer.cs b/NHSISL.MESH.UI/MeshMailbox.Designer.cs
similarity index 99%
rename from NEL.MESH.UI/MeshMailbox.Designer.cs
rename to NHSISL.MESH.UI/MeshMailbox.Designer.cs
index cdcc83ed..4363b6a7 100644
--- a/NEL.MESH.UI/MeshMailbox.Designer.cs
+++ b/NHSISL.MESH.UI/MeshMailbox.Designer.cs
@@ -2,7 +2,7 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
-namespace NEL.MESH.UI
+namespace NHSISL.MESH.UI
{
partial class MeshMailbox
{
diff --git a/NEL.MESH.UI/MeshMailbox.cs b/NHSISL.MESH.UI/MeshMailbox.cs
similarity index 99%
rename from NEL.MESH.UI/MeshMailbox.cs
rename to NHSISL.MESH.UI/MeshMailbox.cs
index a75b6c1f..b2d85382 100644
--- a/NEL.MESH.UI/MeshMailbox.cs
+++ b/NHSISL.MESH.UI/MeshMailbox.cs
@@ -7,11 +7,11 @@
using System.Text;
using Force.DeepCloner;
using Microsoft.Extensions.Configuration;
-using NEL.MESH.Clients;
-using NEL.MESH.Models.Configurations;
-using NEL.MESH.UI.Models;
+using NHSISL.MESH.Clients;
+using NHSISL.MESH.Models.Configurations;
+using NHSISL.MESH.UI.Models;
-namespace NEL.MESH.UI
+namespace NHSISL.MESH.UI
{
public partial class MeshMailbox : Form
{
diff --git a/NEL.MESH.UI/MeshMailbox.resx b/NHSISL.MESH.UI/MeshMailbox.resx
similarity index 100%
rename from NEL.MESH.UI/MeshMailbox.resx
rename to NHSISL.MESH.UI/MeshMailbox.resx
diff --git a/NEL.MESH.UI/Models/Mailbox.cs b/NHSISL.MESH.UI/Models/Mailbox.cs
similarity index 96%
rename from NEL.MESH.UI/Models/Mailbox.cs
rename to NHSISL.MESH.UI/Models/Mailbox.cs
index c48d94ec..aa16b3c9 100644
--- a/NEL.MESH.UI/Models/Mailbox.cs
+++ b/NHSISL.MESH.UI/Models/Mailbox.cs
@@ -2,7 +2,7 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
-namespace NEL.MESH.UI.Models
+namespace NHSISL.MESH.UI.Models
{
public class Mailbox
{
diff --git a/NEL.MESH.UI/Models/MeshCertificates.cs b/NHSISL.MESH.UI/Models/MeshCertificates.cs
similarity index 94%
rename from NEL.MESH.UI/Models/MeshCertificates.cs
rename to NHSISL.MESH.UI/Models/MeshCertificates.cs
index 2371299d..74ce2da4 100644
--- a/NEL.MESH.UI/Models/MeshCertificates.cs
+++ b/NHSISL.MESH.UI/Models/MeshCertificates.cs
@@ -2,7 +2,7 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
-namespace NEL.MESH.UI.Models
+namespace NHSISL.MESH.UI.Models
{
public class MeshCertificates
{
diff --git a/NEL.MESH.UI/Models/MeshConfig.cs b/NHSISL.MESH.UI/Models/MeshConfig.cs
similarity index 93%
rename from NEL.MESH.UI/Models/MeshConfig.cs
rename to NHSISL.MESH.UI/Models/MeshConfig.cs
index 9c1038a4..ff026c3b 100644
--- a/NEL.MESH.UI/Models/MeshConfig.cs
+++ b/NHSISL.MESH.UI/Models/MeshConfig.cs
@@ -2,7 +2,7 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
-namespace NEL.MESH.UI.Models
+namespace NHSISL.MESH.UI.Models
{
public class MeshConfig
{
diff --git a/NEL.MESH.UI/NEL.MESH.UI.csproj b/NHSISL.MESH.UI/NHSISL.MESH.UI.csproj
similarity index 93%
rename from NEL.MESH.UI/NEL.MESH.UI.csproj
rename to NHSISL.MESH.UI/NHSISL.MESH.UI.csproj
index c327f6e3..53bf4211 100644
--- a/NEL.MESH.UI/NEL.MESH.UI.csproj
+++ b/NHSISL.MESH.UI/NHSISL.MESH.UI.csproj
@@ -18,7 +18,7 @@
-
+
diff --git a/NEL.MESH.UI/Program.cs b/NHSISL.MESH.UI/Program.cs
similarity index 97%
rename from NEL.MESH.UI/Program.cs
rename to NHSISL.MESH.UI/Program.cs
index e4784763..818ceb6b 100644
--- a/NEL.MESH.UI/Program.cs
+++ b/NHSISL.MESH.UI/Program.cs
@@ -4,7 +4,7 @@
using Microsoft.Extensions.Configuration;
-namespace NEL.MESH.UI
+namespace NHSISL.MESH.UI
{
internal static class Program
{
diff --git a/NEL.MESH.UI/appsettings.json b/NHSISL.MESH.UI/appsettings.json
similarity index 100%
rename from NEL.MESH.UI/appsettings.json
rename to NHSISL.MESH.UI/appsettings.json
diff --git a/NEL.MESH.UI/local.appsettings.zip b/NHSISL.MESH.UI/local.appsettings.zip
similarity index 100%
rename from NEL.MESH.UI/local.appsettings.zip
rename to NHSISL.MESH.UI/local.appsettings.zip
diff --git a/NEL.MESH/Brokers/DateTimes/DateTimeBroker.cs b/NHSISL.MESH/Brokers/DateTimes/DateTimeBroker.cs
similarity index 90%
rename from NEL.MESH/Brokers/DateTimes/DateTimeBroker.cs
rename to NHSISL.MESH/Brokers/DateTimes/DateTimeBroker.cs
index b636a310..84a38225 100644
--- a/NEL.MESH/Brokers/DateTimes/DateTimeBroker.cs
+++ b/NHSISL.MESH/Brokers/DateTimes/DateTimeBroker.cs
@@ -4,7 +4,7 @@
using System;
-namespace NEL.MESH.Brokers.DateTimes
+namespace NHSISL.MESH.Brokers.DateTimes
{
internal class DateTimeBroker : IDateTimeBroker
{
diff --git a/NEL.MESH/Brokers/DateTimes/IDateTimeBroker.cs b/NHSISL.MESH/Brokers/DateTimes/IDateTimeBroker.cs
similarity index 88%
rename from NEL.MESH/Brokers/DateTimes/IDateTimeBroker.cs
rename to NHSISL.MESH/Brokers/DateTimes/IDateTimeBroker.cs
index 38a00188..60d7cc77 100644
--- a/NEL.MESH/Brokers/DateTimes/IDateTimeBroker.cs
+++ b/NHSISL.MESH/Brokers/DateTimes/IDateTimeBroker.cs
@@ -4,7 +4,7 @@
using System;
-namespace NEL.MESH.Brokers.DateTimes
+namespace NHSISL.MESH.Brokers.DateTimes
{
internal interface IDateTimeBroker
{
diff --git a/NEL.MESH/Brokers/Identifiers/IIdentifierBroker.cs b/NHSISL.MESH/Brokers/Identifiers/IIdentifierBroker.cs
similarity index 87%
rename from NEL.MESH/Brokers/Identifiers/IIdentifierBroker.cs
rename to NHSISL.MESH/Brokers/Identifiers/IIdentifierBroker.cs
index cdef5a0c..f7b4bf34 100644
--- a/NEL.MESH/Brokers/Identifiers/IIdentifierBroker.cs
+++ b/NHSISL.MESH/Brokers/Identifiers/IIdentifierBroker.cs
@@ -4,7 +4,7 @@
using System;
-namespace NEL.MESH.Brokers.Identifiers
+namespace NHSISL.MESH.Brokers.Identifiers
{
internal interface IIdentifierBroker
{
diff --git a/NEL.MESH/Brokers/Identifiers/IdentifierBroker.cs b/NHSISL.MESH/Brokers/Identifiers/IdentifierBroker.cs
similarity index 89%
rename from NEL.MESH/Brokers/Identifiers/IdentifierBroker.cs
rename to NHSISL.MESH/Brokers/Identifiers/IdentifierBroker.cs
index bded2435..fb4929c0 100644
--- a/NEL.MESH/Brokers/Identifiers/IdentifierBroker.cs
+++ b/NHSISL.MESH/Brokers/Identifiers/IdentifierBroker.cs
@@ -4,7 +4,7 @@
using System;
-namespace NEL.MESH.Brokers.Identifiers
+namespace NHSISL.MESH.Brokers.Identifiers
{
internal class IdentifierBroker : IIdentifierBroker
{
diff --git a/NEL.MESH/Brokers/Loggings/ILoggingBroker.cs b/NHSISL.MESH/Brokers/Loggings/ILoggingBroker.cs
similarity index 92%
rename from NEL.MESH/Brokers/Loggings/ILoggingBroker.cs
rename to NHSISL.MESH/Brokers/Loggings/ILoggingBroker.cs
index e4fcd4ef..8ad33bbd 100644
--- a/NEL.MESH/Brokers/Loggings/ILoggingBroker.cs
+++ b/NHSISL.MESH/Brokers/Loggings/ILoggingBroker.cs
@@ -4,7 +4,7 @@
using System;
-namespace NEL.MESH.Brokers.Loggings
+namespace NHSISL.MESH.Brokers.Loggings
{
public interface ILoggingBroker
{
diff --git a/NEL.MESH/Brokers/Loggings/LoggingBroker.cs b/NHSISL.MESH/Brokers/Loggings/LoggingBroker.cs
similarity index 93%
rename from NEL.MESH/Brokers/Loggings/LoggingBroker.cs
rename to NHSISL.MESH/Brokers/Loggings/LoggingBroker.cs
index b4924ac9..038d328b 100644
--- a/NEL.MESH/Brokers/Loggings/LoggingBroker.cs
+++ b/NHSISL.MESH/Brokers/Loggings/LoggingBroker.cs
@@ -4,9 +4,9 @@
using System;
using Microsoft.Extensions.Logging;
-using NEL.MESH.Extensions.Exceptions;
+using NHSISL.MESH.Extensions.Exceptions;
-namespace NEL.MESH.Brokers.Loggings
+namespace NHSISL.MESH.Brokers.Loggings
{
public class LoggingBroker : ILoggingBroker
{
diff --git a/NEL.MESH/Brokers/Mesh/IMeshBroker.cs b/NHSISL.MESH/Brokers/Mesh/IMeshBroker.cs
similarity index 96%
rename from NEL.MESH/Brokers/Mesh/IMeshBroker.cs
rename to NHSISL.MESH/Brokers/Mesh/IMeshBroker.cs
index 52539e93..759a71f1 100644
--- a/NEL.MESH/Brokers/Mesh/IMeshBroker.cs
+++ b/NHSISL.MESH/Brokers/Mesh/IMeshBroker.cs
@@ -4,9 +4,9 @@
using System.Net.Http;
using System.Threading.Tasks;
-using NEL.MESH.Models.Configurations;
+using NHSISL.MESH.Models.Configurations;
-namespace NEL.MESH.Brokers.Mesh
+namespace NHSISL.MESH.Brokers.Mesh
{
internal interface IMeshBroker
{
diff --git a/NEL.MESH/Brokers/Mesh/IMeshConfigurationBroker.cs b/NHSISL.MESH/Brokers/Mesh/IMeshConfigurationBroker.cs
similarity index 81%
rename from NEL.MESH/Brokers/Mesh/IMeshConfigurationBroker.cs
rename to NHSISL.MESH/Brokers/Mesh/IMeshConfigurationBroker.cs
index 895e53d8..5669f859 100644
--- a/NEL.MESH/Brokers/Mesh/IMeshConfigurationBroker.cs
+++ b/NHSISL.MESH/Brokers/Mesh/IMeshConfigurationBroker.cs
@@ -2,11 +2,11 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
-namespace NEL.MESH.Brokers.Mesh
+namespace NHSISL.MESH.Brokers.Mesh
{
internal interface IMeshConfigurationBroker
{
int MaxChunkSizeInBytes { get; }
- string MexFrom { get; }
+ string MexFrom { get; }
}
}
diff --git a/NEL.MESH/Brokers/Mesh/MeshBroker.cs b/NHSISL.MESH/Brokers/Mesh/MeshBroker.cs
similarity index 76%
rename from NEL.MESH/Brokers/Mesh/MeshBroker.cs
rename to NHSISL.MESH/Brokers/Mesh/MeshBroker.cs
index 63a2606a..95deef54 100644
--- a/NEL.MESH/Brokers/Mesh/MeshBroker.cs
+++ b/NHSISL.MESH/Brokers/Mesh/MeshBroker.cs
@@ -8,9 +8,9 @@
using System.Net.Http.Headers;
using System.Security.Cryptography.X509Certificates;
using System.Threading.Tasks;
-using NEL.MESH.Models.Configurations;
+using NHSISL.MESH.Models.Configurations;
-namespace NEL.MESH.Brokers.Mesh
+namespace NHSISL.MESH.Brokers.Mesh
{
internal class MeshBroker : IMeshBroker
{
@@ -19,17 +19,17 @@ internal class MeshBroker : IMeshBroker
public MeshBroker(MeshConfiguration MeshConfiguration)
{
this.MeshConfiguration = MeshConfiguration;
- this.httpClient = SetupHttpClient();
+ httpClient = SetupHttpClient();
}
public MeshConfiguration MeshConfiguration { get; private set; }
public async ValueTask HandshakeAsync(string authorizationToken)
{
- string path = $"/messageexchange/{this.MeshConfiguration.MailboxId}";
+ string path = $"/messageexchange/{MeshConfiguration.MailboxId}";
var request = new HttpRequestMessage(HttpMethod.Get, path);
request.Headers.Add("authorization", authorizationToken);
- var response = await this.httpClient.SendAsync(request);
+ var response = await httpClient.SendAsync(request);
return response;
}
@@ -49,7 +49,7 @@ public async ValueTask SendMessageAsync(
string accept,
byte[] fileContents)
{
- var path = $"/messageexchange/{this.MeshConfiguration.MailboxId}/outbox";
+ var path = $"/messageexchange/{MeshConfiguration.MailboxId}/outbox";
var request = new HttpRequestMessage(HttpMethod.Post, path)
{
@@ -69,7 +69,7 @@ public async ValueTask SendMessageAsync(
request.Content.Headers.Add("content-encoding", contentEncoding);
request.Headers.Add("accept", accept);
- var response = await this.httpClient.SendAsync(request);
+ var response = await httpClient.SendAsync(request);
return response;
}
@@ -91,7 +91,7 @@ public async ValueTask SendMessageAsync(
string messageId,
string chunkNumber)
{
- var path = $"/messageexchange/{this.MeshConfiguration.MailboxId}/outbox/{messageId}/{chunkNumber}";
+ var path = $"/messageexchange/{MeshConfiguration.MailboxId}/outbox/{messageId}/{chunkNumber}";
var request = new HttpRequestMessage(HttpMethod.Post, path)
{
@@ -111,37 +111,37 @@ public async ValueTask SendMessageAsync(
request.Content.Headers.Add("Content-Encoding", contentEncoding);
request.Headers.Add("Accept", accept);
- var response = await this.httpClient.SendAsync(request);
+ var response = await httpClient.SendAsync(request);
return response;
}
public async ValueTask TrackMessageAsync(string messageId, string authorizationToken)
{
- var path = $"/messageexchange/{this.MeshConfiguration.MailboxId}/outbox/tracking?messageID={messageId}";
+ var path = $"/messageexchange/{MeshConfiguration.MailboxId}/outbox/tracking?messageID={messageId}";
var request = new HttpRequestMessage(HttpMethod.Get, path);
request.Headers.Add("authorization", authorizationToken);
- var response = await this.httpClient.SendAsync(request);
+ var response = await httpClient.SendAsync(request);
return response;
}
public async ValueTask GetMessagesAsync(string authorizationToken)
{
- var path = $"/messageexchange/{this.MeshConfiguration.MailboxId}/inbox";
+ var path = $"/messageexchange/{MeshConfiguration.MailboxId}/inbox";
var request = new HttpRequestMessage(HttpMethod.Get, path);
request.Headers.Add("authorization", authorizationToken);
- var response = await this.httpClient.SendAsync(request);
+ var response = await httpClient.SendAsync(request);
return response;
}
public async ValueTask GetMessageAsync(string messageId, string authorizationToken)
{
- var path = $"/messageexchange/{this.MeshConfiguration.MailboxId}/inbox/{messageId}";
+ var path = $"/messageexchange/{MeshConfiguration.MailboxId}/inbox/{messageId}";
var request = new HttpRequestMessage(HttpMethod.Get, path);
request.Headers.Add("authorization", authorizationToken);
- var response = await this.httpClient.SendAsync(request);
+ var response = await httpClient.SendAsync(request);
return response;
}
@@ -151,20 +151,20 @@ public async ValueTask GetMessageAsync(
string chunkNumber,
string authorizationToken)
{
- var path = $"/messageexchange/{this.MeshConfiguration.MailboxId}/inbox/{messageId}/{chunkNumber}";
+ var path = $"/messageexchange/{MeshConfiguration.MailboxId}/inbox/{messageId}/{chunkNumber}";
var request = new HttpRequestMessage(HttpMethod.Get, path);
request.Headers.Add("authorization", authorizationToken);
- var response = await this.httpClient.SendAsync(request);
+ var response = await httpClient.SendAsync(request);
return response;
}
public async ValueTask AcknowledgeMessageAsync(string messageId, string authorizationToken)
{
- var path = $"/messageexchange/{this.MeshConfiguration.MailboxId}/inbox/{messageId}/status/acknowledged";
+ var path = $"/messageexchange/{MeshConfiguration.MailboxId}/inbox/{messageId}/status/acknowledged";
var request = new HttpRequestMessage(HttpMethod.Put, path);
request.Headers.Add("authorization", authorizationToken);
- var response = await this.httpClient.SendAsync(request);
+ var response = await httpClient.SendAsync(request);
return response;
}
@@ -175,20 +175,20 @@ private HttpClient SetupHttpClient()
var httpClient = new HttpClient(handler)
{
- BaseAddress = new Uri(this.MeshConfiguration.Url)
+ BaseAddress = new Uri(MeshConfiguration.Url)
};
httpClient.DefaultRequestHeaders.Add(
name: "mex-clientversion",
- value: this.MeshConfiguration.MexClientVersion);
+ value: MeshConfiguration.MexClientVersion);
httpClient.DefaultRequestHeaders.Add(
name: "mex-osname",
- value: this.MeshConfiguration.MexOSName);
+ value: MeshConfiguration.MexOSName);
httpClient.DefaultRequestHeaders.Add(
name: "mex-osversion",
- value: this.MeshConfiguration.MexOSVersion);
+ value: MeshConfiguration.MexOSVersion);
return httpClient;
}
@@ -202,24 +202,24 @@ private HttpClientHandler SetupHttpClientHandler()
CheckCertificateRevocationList = false,
};
- if (this.MeshConfiguration.ClientCertificate != null)
+ if (MeshConfiguration.ClientCertificate != null)
{
- handler.ClientCertificates.Add(this.MeshConfiguration.ClientCertificate);
+ handler.ClientCertificates.Add(MeshConfiguration.ClientCertificate);
}
- if (this.MeshConfiguration.RootCertificate != null)
+ if (MeshConfiguration.RootCertificate != null)
{
handler.ServerCertificateCustomValidationCallback = (sender, cert, chain, sslPolicyErrors) =>
{
if (chain != null)
{
chain.ChainPolicy.TrustMode = X509ChainTrustMode.CustomRootTrust;
- chain.ChainPolicy.CustomTrustStore.Add(this.MeshConfiguration.RootCertificate);
+ chain.ChainPolicy.CustomTrustStore.Add(MeshConfiguration.RootCertificate);
- if (this.MeshConfiguration.IntermediateCertificates != null
- || this.MeshConfiguration.IntermediateCertificates.Count > 0)
+ if (MeshConfiguration.IntermediateCertificates != null
+ || MeshConfiguration.IntermediateCertificates.Count > 0)
{
- chain.ChainPolicy.ExtraStore.AddRange(this.MeshConfiguration.IntermediateCertificates);
+ chain.ChainPolicy.ExtraStore.AddRange(MeshConfiguration.IntermediateCertificates);
}
chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck;
@@ -240,7 +240,7 @@ private HttpClientHandler SetupHttpClientHandler()
~MeshBroker()
{
- this.httpClient.Dispose();
+ httpClient.Dispose();
}
}
}
diff --git a/NEL.MESH/Brokers/Mesh/MeshConfigurationBroker.cs b/NHSISL.MESH/Brokers/Mesh/MeshConfigurationBroker.cs
similarity index 88%
rename from NEL.MESH/Brokers/Mesh/MeshConfigurationBroker.cs
rename to NHSISL.MESH/Brokers/Mesh/MeshConfigurationBroker.cs
index 933c6bc7..d4ef6bab 100644
--- a/NEL.MESH/Brokers/Mesh/MeshConfigurationBroker.cs
+++ b/NHSISL.MESH/Brokers/Mesh/MeshConfigurationBroker.cs
@@ -2,9 +2,9 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
-using NEL.MESH.Models.Configurations;
+using NHSISL.MESH.Models.Configurations;
-namespace NEL.MESH.Brokers.Mesh
+namespace NHSISL.MESH.Brokers.Mesh
{
internal class MeshConfigurationBroker : IMeshConfigurationBroker
{
diff --git a/NEL.MESH/Clients/IMeshClient.cs b/NHSISL.MESH/Clients/IMeshClient.cs
similarity index 52%
rename from NEL.MESH/Clients/IMeshClient.cs
rename to NHSISL.MESH/Clients/IMeshClient.cs
index 20c731d8..e526742d 100644
--- a/NEL.MESH/Clients/IMeshClient.cs
+++ b/NHSISL.MESH/Clients/IMeshClient.cs
@@ -2,9 +2,14 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
-using NEL.MESH.Clients.Mailboxes;
-namespace NEL.MESH.Clients
+// ---------------------------------------------------------------
+// Copyright (c) North East London ICB. All rights reserved.
+// ---------------------------------------------------------------
+
+using NHSISL.MESH.Clients.Mailboxes;
+
+namespace NHSISL.MESH.Clients
{
public interface IMeshClient
{
diff --git a/NEL.MESH/Clients/Mailboxes/ComposeMessage.cs b/NHSISL.MESH/Clients/Mailboxes/ComposeMessage.cs
similarity index 97%
rename from NEL.MESH/Clients/Mailboxes/ComposeMessage.cs
rename to NHSISL.MESH/Clients/Mailboxes/ComposeMessage.cs
index 7a3ee64d..60dc64c9 100644
--- a/NEL.MESH/Clients/Mailboxes/ComposeMessage.cs
+++ b/NHSISL.MESH/Clients/Mailboxes/ComposeMessage.cs
@@ -4,9 +4,9 @@
using System.Collections.Generic;
using System.Text;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
-namespace NEL.MESH.Clients.Mailboxes
+namespace NHSISL.MESH.Clients.Mailboxes
{
public static class ComposeMessage
{
diff --git a/NEL.MESH/Clients/Mailboxes/IMailboxClient.cs b/NHSISL.MESH/Clients/Mailboxes/IMailboxClient.cs
similarity index 94%
rename from NEL.MESH/Clients/Mailboxes/IMailboxClient.cs
rename to NHSISL.MESH/Clients/Mailboxes/IMailboxClient.cs
index 781913de..fc5b6797 100644
--- a/NEL.MESH/Clients/Mailboxes/IMailboxClient.cs
+++ b/NHSISL.MESH/Clients/Mailboxes/IMailboxClient.cs
@@ -4,9 +4,9 @@
using System.Collections.Generic;
using System.Threading.Tasks;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
-namespace NEL.MESH.Clients.Mailboxes
+namespace NHSISL.MESH.Clients.Mailboxes
{
public interface IMailboxClient
{
diff --git a/NEL.MESH/Clients/Mailboxes/MailboxClient.cs b/NHSISL.MESH/Clients/Mailboxes/MailboxClient.cs
similarity index 98%
rename from NEL.MESH/Clients/Mailboxes/MailboxClient.cs
rename to NHSISL.MESH/Clients/Mailboxes/MailboxClient.cs
index 74fe0110..a788bca7 100644
--- a/NEL.MESH/Clients/Mailboxes/MailboxClient.cs
+++ b/NHSISL.MESH/Clients/Mailboxes/MailboxClient.cs
@@ -4,13 +4,13 @@
using System.Collections.Generic;
using System.Threading.Tasks;
-using NEL.MESH.Models.Clients.Mesh.Exceptions;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
-using NEL.MESH.Services.Orchestrations.Mesh;
+using NHSISL.MESH.Models.Clients.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Services.Orchestrations.Mesh;
using Xeptions;
-namespace NEL.MESH.Clients.Mailboxes
+namespace NHSISL.MESH.Clients.Mailboxes
{
internal class MailboxClient : IMailboxClient
{
diff --git a/NEL.MESH/Clients/MeshClient.cs b/NHSISL.MESH/Clients/MeshClient.cs
similarity index 76%
rename from NEL.MESH/Clients/MeshClient.cs
rename to NHSISL.MESH/Clients/MeshClient.cs
index 6f5bdce1..daba3d95 100644
--- a/NEL.MESH/Clients/MeshClient.cs
+++ b/NHSISL.MESH/Clients/MeshClient.cs
@@ -5,22 +5,26 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
-using NEL.MESH.Brokers.DateTimes;
-using NEL.MESH.Brokers.Identifiers;
-using NEL.MESH.Brokers.Loggings;
-using NEL.MESH.Brokers.Mesh;
-using NEL.MESH.Clients.Mailboxes;
-using NEL.MESH.Models.Configurations;
-using NEL.MESH.Services.Foundations.Chunks;
-using NEL.MESH.Services.Foundations.Mesh;
-using NEL.MESH.Services.Foundations.Tokens;
-using NEL.MESH.Services.Orchestrations.Mesh;
+using NHSISL.MESH.Services.Foundations.Chunks;
+using NHSISL.MESH.Services.Foundations.Mesh;
+using NHSISL.MESH.Services.Foundations.Tokens;
+using NHSISL.MESH.Services.Orchestrations.Mesh;
+using NHSISL.MESH.Brokers.DateTimes;
+using NHSISL.MESH.Brokers.Identifiers;
+using NHSISL.MESH.Brokers.Loggings;
+using NHSISL.MESH.Brokers.Mesh;
+using NHSISL.MESH.Clients.Mailboxes;
+using NHSISL.MESH.Models.Configurations;
+using NHSISL.MESH.Services.Foundations.Chunks;
+using NHSISL.MESH.Services.Foundations.Mesh;
+using NHSISL.MESH.Services.Foundations.Tokens;
+using NHSISL.MESH.Services.Orchestrations.Mesh;
-namespace NEL.MESH.Clients
+namespace NHSISL.MESH.Clients
{
public class MeshClient : IMeshClient
{
- public MeshClient(MeshConfiguration meshConfigurations, ILoggerFactory? loggerFactory = null)
+ public MeshClient(MeshConfiguration meshConfigurations, ILoggerFactory loggerFactory = null)
{
IHost host = RegisterServices(meshConfigurations, loggerFactory);
Mailbox = InitializeClient(host);
@@ -31,7 +35,7 @@ public MeshClient(MeshConfiguration meshConfigurations, ILoggerFactory? loggerFa
private static IMailboxClient InitializeClient(IHost host) =>
host.Services.GetRequiredService();
- private static IHost RegisterServices(MeshConfiguration meshConfigurations, ILoggerFactory? loggerFactory)
+ private static IHost RegisterServices(MeshConfiguration meshConfigurations, ILoggerFactory loggerFactory)
{
if (loggerFactory is null)
{
diff --git a/NEL.MESH/Extensions/Exceptions/ExceptionExtension.cs b/NHSISL.MESH/Extensions/Exceptions/ExceptionExtension.cs
similarity index 98%
rename from NEL.MESH/Extensions/Exceptions/ExceptionExtension.cs
rename to NHSISL.MESH/Extensions/Exceptions/ExceptionExtension.cs
index cced18ab..4a89d9d0 100644
--- a/NEL.MESH/Extensions/Exceptions/ExceptionExtension.cs
+++ b/NHSISL.MESH/Extensions/Exceptions/ExceptionExtension.cs
@@ -8,7 +8,7 @@
using System.Linq;
using System.Text;
-namespace NEL.MESH.Extensions.Exceptions
+namespace NHSISL.MESH.Extensions.Exceptions
{
public static class ExceptionExtension
{
diff --git a/NEL.MESH/License.txt b/NHSISL.MESH/License.txt
similarity index 100%
rename from NEL.MESH/License.txt
rename to NHSISL.MESH/License.txt
diff --git a/NEL.MESH/Models/Clients/Mesh/Exceptions/MeshClientDependencyException.cs b/NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshClientDependencyException.cs
similarity index 90%
rename from NEL.MESH/Models/Clients/Mesh/Exceptions/MeshClientDependencyException.cs
rename to NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshClientDependencyException.cs
index 85bf9489..345370fd 100644
--- a/NEL.MESH/Models/Clients/Mesh/Exceptions/MeshClientDependencyException.cs
+++ b/NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshClientDependencyException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Clients.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Clients.Mesh.Exceptions
{
public class MeshClientDependencyException : Xeption
{
diff --git a/NEL.MESH/Models/Clients/Mesh/Exceptions/MeshClientServiceException.cs b/NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshClientServiceException.cs
similarity index 90%
rename from NEL.MESH/Models/Clients/Mesh/Exceptions/MeshClientServiceException.cs
rename to NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshClientServiceException.cs
index b15b9fff..57e2e35a 100644
--- a/NEL.MESH/Models/Clients/Mesh/Exceptions/MeshClientServiceException.cs
+++ b/NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshClientServiceException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Clients.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Clients.Mesh.Exceptions
{
public class MeshClientServiceException : Xeption
{
diff --git a/NEL.MESH/Models/Clients/Mesh/Exceptions/MeshClientValidationException.cs b/NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshClientValidationException.cs
similarity index 93%
rename from NEL.MESH/Models/Clients/Mesh/Exceptions/MeshClientValidationException.cs
rename to NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshClientValidationException.cs
index 66867193..f1b5fbcf 100644
--- a/NEL.MESH/Models/Clients/Mesh/Exceptions/MeshClientValidationException.cs
+++ b/NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshClientValidationException.cs
@@ -5,7 +5,7 @@
using System.Collections;
using Xeptions;
-namespace NEL.MESH.Models.Clients.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Clients.Mesh.Exceptions
{
public class MeshClientValidationException : Xeption
{
diff --git a/NEL.MESH/Models/Clients/Mesh/Exceptions/MeshProcessingDependencyException.cs b/NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshProcessingDependencyException.cs
similarity index 90%
rename from NEL.MESH/Models/Clients/Mesh/Exceptions/MeshProcessingDependencyException.cs
rename to NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshProcessingDependencyException.cs
index 23dbf800..8be8dfae 100644
--- a/NEL.MESH/Models/Clients/Mesh/Exceptions/MeshProcessingDependencyException.cs
+++ b/NHSISL.MESH/Models/Clients/Mesh/Exceptions/MeshProcessingDependencyException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Clients.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Clients.Mesh.Exceptions
{
public class MeshProcessingDependencyException : Xeption
{
diff --git a/NEL.MESH/Models/Configurations/MeshConfigurations.cs b/NHSISL.MESH/Models/Configurations/MeshConfigurations.cs
similarity index 95%
rename from NEL.MESH/Models/Configurations/MeshConfigurations.cs
rename to NHSISL.MESH/Models/Configurations/MeshConfigurations.cs
index d854dc67..715d7918 100644
--- a/NEL.MESH/Models/Configurations/MeshConfigurations.cs
+++ b/NHSISL.MESH/Models/Configurations/MeshConfigurations.cs
@@ -4,7 +4,7 @@
using System.Security.Cryptography.X509Certificates;
-namespace NEL.MESH.Models.Configurations
+namespace NHSISL.MESH.Models.Configurations
{
public class MeshConfiguration
{
diff --git a/NEL.MESH/Models/Foundations/Chunking/Exceptions/ChunkServiceException.cs b/NHSISL.MESH/Models/Foundations/Chunking/Exceptions/ChunkServiceException.cs
similarity index 87%
rename from NEL.MESH/Models/Foundations/Chunking/Exceptions/ChunkServiceException.cs
rename to NHSISL.MESH/Models/Foundations/Chunking/Exceptions/ChunkServiceException.cs
index 35399a18..e559590a 100644
--- a/NEL.MESH/Models/Foundations/Chunking/Exceptions/ChunkServiceException.cs
+++ b/NHSISL.MESH/Models/Foundations/Chunking/Exceptions/ChunkServiceException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Chunking.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Chunking.Exceptions
{
internal class ChunkServiceException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Chunking/Exceptions/ChunkValidationException.cs b/NHSISL.MESH/Models/Foundations/Chunking/Exceptions/ChunkValidationException.cs
similarity index 87%
rename from NEL.MESH/Models/Foundations/Chunking/Exceptions/ChunkValidationException.cs
rename to NHSISL.MESH/Models/Foundations/Chunking/Exceptions/ChunkValidationException.cs
index 2be7fd6c..3d41599c 100644
--- a/NEL.MESH/Models/Foundations/Chunking/Exceptions/ChunkValidationException.cs
+++ b/NHSISL.MESH/Models/Foundations/Chunking/Exceptions/ChunkValidationException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Chunking.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Chunking.Exceptions
{
internal class ChunkValidationException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Chunking/Exceptions/FailedChunkServiceException.cs b/NHSISL.MESH/Models/Foundations/Chunking/Exceptions/FailedChunkServiceException.cs
similarity index 79%
rename from NEL.MESH/Models/Foundations/Chunking/Exceptions/FailedChunkServiceException.cs
rename to NHSISL.MESH/Models/Foundations/Chunking/Exceptions/FailedChunkServiceException.cs
index a28f73bd..84bfb6f3 100644
--- a/NEL.MESH/Models/Foundations/Chunking/Exceptions/FailedChunkServiceException.cs
+++ b/NHSISL.MESH/Models/Foundations/Chunking/Exceptions/FailedChunkServiceException.cs
@@ -5,12 +5,12 @@
using System;
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Chunking.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Chunking.Exceptions
{
public class FailedChunkServiceException : Xeption
{
public FailedChunkServiceException(string message, Exception innerException)
- : base(message, innerException)
+ : base(message, innerException)
{ }
}
}
diff --git a/NEL.MESH/Models/Foundations/Chunking/Exceptions/NullMessageChunkException.cs b/NHSISL.MESH/Models/Foundations/Chunking/Exceptions/NullMessageChunkException.cs
similarity index 86%
rename from NEL.MESH/Models/Foundations/Chunking/Exceptions/NullMessageChunkException.cs
rename to NHSISL.MESH/Models/Foundations/Chunking/Exceptions/NullMessageChunkException.cs
index 46a4b5d9..5e0ada91 100644
--- a/NEL.MESH/Models/Foundations/Chunking/Exceptions/NullMessageChunkException.cs
+++ b/NHSISL.MESH/Models/Foundations/Chunking/Exceptions/NullMessageChunkException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Chunking.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Chunking.Exceptions
{
internal class NullMessageChunkException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshClientException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshClientException.cs
similarity index 91%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshClientException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshClientException.cs
index 94f21f45..d39a9d1c 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshClientException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshClientException.cs
@@ -6,7 +6,7 @@
using System.Collections;
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
public class FailedMeshClientException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServerException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServerException.cs
similarity index 91%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServerException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServerException.cs
index c86efc74..9f388f18 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServerException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServerException.cs
@@ -6,7 +6,7 @@
using System.Collections;
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
public class FailedMeshServerException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServiceException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServiceException.cs
similarity index 88%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServiceException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServiceException.cs
index 2b08656d..f52436ee 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServiceException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/FailedMeshServiceException.cs
@@ -5,7 +5,7 @@
using System;
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
public class FailedMeshServiceException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/InvalidArgumentsMeshException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/InvalidArgumentsMeshException.cs
similarity index 87%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/InvalidArgumentsMeshException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/InvalidArgumentsMeshException.cs
index 1216e4a3..07b04a3f 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/InvalidArgumentsMeshException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/InvalidArgumentsMeshException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
public class InvalidArgumentsMeshException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/InvalidMeshException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/InvalidMeshException.cs
similarity index 80%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/InvalidMeshException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/InvalidMeshException.cs
index 709f9040..fec91897 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/InvalidMeshException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/InvalidMeshException.cs
@@ -4,12 +4,12 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
public class InvalidMeshException : Xeption
{
public InvalidMeshException(string message)
- : base(message)
+ : base(message)
{ }
}
}
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyException.cs
similarity index 78%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyException.cs
index 759218cf..cc15cb86 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyException.cs
@@ -4,12 +4,12 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
internal class MeshDependencyException : Xeption
{
public MeshDependencyException(string message, Xeption innerException)
- : base(message, innerException)
+ : base(message, innerException)
{ }
}
}
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyValidationException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyValidationException.cs
similarity index 88%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyValidationException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyValidationException.cs
index cf1a4bd3..8df5a3e8 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyValidationException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MeshDependencyValidationException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
internal class MeshDependencyValidationException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/MeshServiceException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MeshServiceException.cs
similarity index 87%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/MeshServiceException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MeshServiceException.cs
index efc58b64..17b2ca97 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/MeshServiceException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MeshServiceException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
internal class MeshServiceException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/MessageValidationException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MessageValidationException.cs
similarity index 78%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/MessageValidationException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MessageValidationException.cs
index 7f32ea6e..f8ebbdb0 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/MessageValidationException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/MessageValidationException.cs
@@ -4,12 +4,12 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
internal class MeshValidationException : Xeption
{
public MeshValidationException(string message, Xeption innerException)
- : base(message,innerException)
+ : base(message, innerException)
{ }
}
}
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/NullHeadersException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/NullHeadersException.cs
similarity index 80%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/NullHeadersException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/NullHeadersException.cs
index c16a04ac..85d90e15 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/NullHeadersException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/NullHeadersException.cs
@@ -4,12 +4,12 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
public class NullHeadersException : Xeption
{
public NullHeadersException(string message)
- : base(message)
+ : base(message)
{ }
}
}
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/NullMessageException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/NullMessageException.cs
similarity index 80%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/NullMessageException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/NullMessageException.cs
index c5a07e99..58c73a6d 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/NullMessageException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/NullMessageException.cs
@@ -4,12 +4,12 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
public class NullMessageException : Xeption
{
public NullMessageException(string message)
- : base(message)
+ : base(message)
{ }
}
}
diff --git a/NEL.MESH/Models/Foundations/Mesh/Exceptions/nullHttpResponseMessageException.cs b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/nullHttpResponseMessageException.cs
similarity index 81%
rename from NEL.MESH/Models/Foundations/Mesh/Exceptions/nullHttpResponseMessageException.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Exceptions/nullHttpResponseMessageException.cs
index 0d4c335c..c6200789 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Exceptions/nullHttpResponseMessageException.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Exceptions/nullHttpResponseMessageException.cs
@@ -4,12 +4,12 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Mesh.Exceptions
{
public class NullHttpResponseMessageException : Xeption
{
public NullHttpResponseMessageException(string message)
- : base(message)
+ : base(message)
{ }
}
}
diff --git a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/GetMessagesResponse.cs b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/GetMessagesResponse.cs
similarity index 87%
rename from NEL.MESH/Models/Foundations/Mesh/ExternalModels/GetMessagesResponse.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/GetMessagesResponse.cs
index b262f0b8..d22552ec 100644
--- a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/GetMessagesResponse.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/GetMessagesResponse.cs
@@ -5,7 +5,7 @@
using System.Collections.Generic;
using Newtonsoft.Json;
-namespace NEL.MESH.Models.Foundations.Mesh.ExternalModels
+namespace NHSISL.MESH.Models.Foundations.Mesh.ExternalModels
{
internal class GetMessagesResponse
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/HandshakeResponse.cs b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/HandshakeResponse.cs
similarity index 59%
rename from NEL.MESH/Models/Foundations/Mesh/ExternalModels/HandshakeResponse.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/HandshakeResponse.cs
index f85a6745..fbf89c13 100644
--- a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/HandshakeResponse.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/HandshakeResponse.cs
@@ -2,9 +2,14 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
+
+// ---------------------------------------------------------------
+// Copyright (c) North East London ICB. All rights reserved.
+// ---------------------------------------------------------------
+
using Newtonsoft.Json;
-namespace NEL.MESH.Models.Foundations.Mesh.ExternalModels
+namespace NHSISL.MESH.Models.Foundations.Mesh.ExternalModels
{
internal class HandshakeResponse
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/SendFileResponse.cs b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/SendFileResponse.cs
similarity index 61%
rename from NEL.MESH/Models/Foundations/Mesh/ExternalModels/SendFileResponse.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/SendFileResponse.cs
index 9e1781bf..29b58283 100644
--- a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/SendFileResponse.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/SendFileResponse.cs
@@ -2,9 +2,14 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
+
+// ---------------------------------------------------------------
+// Copyright (c) North East London ICB. All rights reserved.
+// ---------------------------------------------------------------
+
using Newtonsoft.Json;
-namespace NEL.MESH.Models.Foundations.Mesh.ExternalModels
+namespace NHSISL.MESH.Models.Foundations.Mesh.ExternalModels
{
internal class SendFileResponse
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageErrorResponse.cs b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageErrorResponse.cs
similarity index 72%
rename from NEL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageErrorResponse.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageErrorResponse.cs
index 6cbd69c2..7013236c 100644
--- a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageErrorResponse.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageErrorResponse.cs
@@ -2,9 +2,14 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
+
+// ---------------------------------------------------------------
+// Copyright (c) North East London ICB. All rights reserved.
+// ---------------------------------------------------------------
+
using Newtonsoft.Json;
-namespace NEL.MESH.Models.Foundations.Mesh.ExternalModels
+namespace NHSISL.MESH.Models.Foundations.Mesh.ExternalModels
{
internal class SendMessageErrorResponse
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageResponse.cs b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageResponse.cs
similarity index 61%
rename from NEL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageResponse.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageResponse.cs
index 78ba18a4..2aff0b64 100644
--- a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageResponse.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/SendMessageResponse.cs
@@ -2,9 +2,14 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
+
+// ---------------------------------------------------------------
+// Copyright (c) North East London ICB. All rights reserved.
+// ---------------------------------------------------------------
+
using Newtonsoft.Json;
-namespace NEL.MESH.Models.Foundations.Mesh.ExternalModels
+namespace NHSISL.MESH.Models.Foundations.Mesh.ExternalModels
{
internal class SendMessageResponse
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/TrackMessageResponse.cs b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/TrackMessageResponse.cs
similarity index 92%
rename from NEL.MESH/Models/Foundations/Mesh/ExternalModels/TrackMessageResponse.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/TrackMessageResponse.cs
index a6067de4..265cb4b5 100644
--- a/NEL.MESH/Models/Foundations/Mesh/ExternalModels/TrackMessageResponse.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/ExternalModels/TrackMessageResponse.cs
@@ -2,9 +2,14 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
+
+// ---------------------------------------------------------------
+// Copyright (c) North East London ICB. All rights reserved.
+// ---------------------------------------------------------------
+
using Newtonsoft.Json;
-namespace NEL.MESH.Models.Foundations.Mesh.ExternalModels
+namespace NHSISL.MESH.Models.Foundations.Mesh.ExternalModels
{
internal class TrackMessageResponse
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/Message.cs b/NHSISL.MESH/Models/Foundations/Mesh/Message.cs
similarity index 92%
rename from NEL.MESH/Models/Foundations/Mesh/Message.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/Message.cs
index cc66991b..8eba9db3 100644
--- a/NEL.MESH/Models/Foundations/Mesh/Message.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/Message.cs
@@ -4,7 +4,7 @@
using System.Collections.Generic;
-namespace NEL.MESH.Models.Foundations.Mesh
+namespace NHSISL.MESH.Models.Foundations.Mesh
{
public class Message
{
diff --git a/NEL.MESH/Models/Foundations/Mesh/TrackingInfo.cs b/NHSISL.MESH/Models/Foundations/Mesh/TrackingInfo.cs
similarity index 97%
rename from NEL.MESH/Models/Foundations/Mesh/TrackingInfo.cs
rename to NHSISL.MESH/Models/Foundations/Mesh/TrackingInfo.cs
index 180575ec..d03a81b0 100644
--- a/NEL.MESH/Models/Foundations/Mesh/TrackingInfo.cs
+++ b/NHSISL.MESH/Models/Foundations/Mesh/TrackingInfo.cs
@@ -2,7 +2,7 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
-namespace NEL.MESH.Models.Foundations.Mesh
+namespace NHSISL.MESH.Models.Foundations.Mesh
{
public class TrackingInfo
{
diff --git a/NEL.MESH/Models/Foundations/Tokens/Exceptions/FailedTokenServiceException.cs b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/FailedTokenServiceException.cs
similarity index 70%
rename from NEL.MESH/Models/Foundations/Tokens/Exceptions/FailedTokenServiceException.cs
rename to NHSISL.MESH/Models/Foundations/Tokens/Exceptions/FailedTokenServiceException.cs
index 32cebfbe..6c1474aa 100644
--- a/NEL.MESH/Models/Foundations/Tokens/Exceptions/FailedTokenServiceException.cs
+++ b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/FailedTokenServiceException.cs
@@ -6,11 +6,11 @@
using System.Collections;
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Tokens.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Tokens.Exceptions
{
public class FailedTokenServiceException : Xeption
{
- public FailedTokenServiceException(string message,Exception innerException, IDictionary data)
+ public FailedTokenServiceException(string message, Exception innerException, IDictionary data)
: base(message, innerException, data)
{ }
}
diff --git a/NEL.MESH/Models/Foundations/Tokens/Exceptions/InvalidTokenArgsException.cs b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/InvalidTokenArgsException.cs
similarity index 86%
rename from NEL.MESH/Models/Foundations/Tokens/Exceptions/InvalidTokenArgsException.cs
rename to NHSISL.MESH/Models/Foundations/Tokens/Exceptions/InvalidTokenArgsException.cs
index e28643c6..a9ea266b 100644
--- a/NEL.MESH/Models/Foundations/Tokens/Exceptions/InvalidTokenArgsException.cs
+++ b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/InvalidTokenArgsException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Tokens.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Tokens.Exceptions
{
public class InvalidTokenArgsException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyException.cs b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyException.cs
similarity index 78%
rename from NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyException.cs
rename to NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyException.cs
index e6a95bb5..2c2fdd65 100644
--- a/NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyException.cs
+++ b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyException.cs
@@ -4,12 +4,12 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Tokens.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Tokens.Exceptions
{
internal class TokenDependencyException : Xeption
{
public TokenDependencyException(string message, Xeption innerException)
- : base(message, innerException)
+ : base(message, innerException)
{ }
}
}
diff --git a/NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyValidationException.cs b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyValidationException.cs
similarity index 88%
rename from NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyValidationException.cs
rename to NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyValidationException.cs
index ad2f54b8..4653fcf8 100644
--- a/NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyValidationException.cs
+++ b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenDependencyValidationException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Tokens.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Tokens.Exceptions
{
internal class TokenDependencyValidationException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenServiceException.cs b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenServiceException.cs
similarity index 87%
rename from NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenServiceException.cs
rename to NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenServiceException.cs
index 8d517120..5c66b1c9 100644
--- a/NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenServiceException.cs
+++ b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenServiceException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Tokens.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Tokens.Exceptions
{
internal class TokenServiceException : Xeption
{
diff --git a/NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenValidationException.cs b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenValidationException.cs
similarity index 87%
rename from NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenValidationException.cs
rename to NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenValidationException.cs
index a4cf0b2e..c872989d 100644
--- a/NEL.MESH/Models/Foundations/Tokens/Exceptions/TokenValidationException.cs
+++ b/NHSISL.MESH/Models/Foundations/Tokens/Exceptions/TokenValidationException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Foundations.Tokens.Exceptions
+namespace NHSISL.MESH.Models.Foundations.Tokens.Exceptions
{
internal class TokenValidationException : Xeption
{
diff --git a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/FailedMeshOrchestrationServiceException.cs b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/FailedMeshOrchestrationServiceException.cs
similarity index 80%
rename from NEL.MESH/Models/Orchestrations/Mesh/Exceptions/FailedMeshOrchestrationServiceException.cs
rename to NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/FailedMeshOrchestrationServiceException.cs
index 082395ac..b3a7369d 100644
--- a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/FailedMeshOrchestrationServiceException.cs
+++ b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/FailedMeshOrchestrationServiceException.cs
@@ -5,12 +5,12 @@
using System;
using Xeptions;
-namespace NEL.MESH.Models.Orchestrations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions
{
public class FailedMeshOrchestrationServiceException : Xeption
{
public FailedMeshOrchestrationServiceException(string message, Exception innerException)
- : base(message, innerException)
+ : base(message, innerException)
{ }
}
}
diff --git a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/InvalidMeshOrchestrationArgsException.cs b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/InvalidMeshOrchestrationArgsException.cs
similarity index 87%
rename from NEL.MESH/Models/Orchestrations/Mesh/Exceptions/InvalidMeshOrchestrationArgsException.cs
rename to NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/InvalidMeshOrchestrationArgsException.cs
index 059d5fe6..88fb80d9 100644
--- a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/InvalidMeshOrchestrationArgsException.cs
+++ b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/InvalidMeshOrchestrationArgsException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Orchestrations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions
{
public class InvalidMeshOrchestrationArgsException : Xeption
{
diff --git a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyException.cs b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyException.cs
similarity index 88%
rename from NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyException.cs
rename to NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyException.cs
index e090b775..1a1d6c85 100644
--- a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyException.cs
+++ b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Orchestrations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions
{
internal class MeshOrchestrationDependencyException : Xeption
{
diff --git a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyValidationException.cs b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyValidationException.cs
similarity index 88%
rename from NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyValidationException.cs
rename to NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyValidationException.cs
index 87f36d49..ea479a83 100644
--- a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyValidationException.cs
+++ b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationDependencyValidationException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Orchestrations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions
{
internal class MeshOrchestrationDependencyValidationException : Xeption
{
diff --git a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationServiceException.cs b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationServiceException.cs
similarity index 79%
rename from NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationServiceException.cs
rename to NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationServiceException.cs
index 884b2606..9f05d0a1 100644
--- a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationServiceException.cs
+++ b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationServiceException.cs
@@ -5,12 +5,12 @@
using System;
using Xeptions;
-namespace NEL.MESH.Models.Orchestrations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions
{
internal class MeshOrchestrationServiceException : Xeption
{
public MeshOrchestrationServiceException(string message, Exception innerException)
- : base(message, innerException)
+ : base(message, innerException)
{ }
}
}
diff --git a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationValidationException.cs b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationValidationException.cs
similarity index 88%
rename from NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationValidationException.cs
rename to NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationValidationException.cs
index 06c16834..9dca2c06 100644
--- a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationValidationException.cs
+++ b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/MeshOrchestrationValidationException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Orchestrations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions
{
internal class MeshOrchestrationValidationException : Xeption
{
diff --git a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/NullMeshMessageException.cs b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/NullMeshMessageException.cs
similarity index 86%
rename from NEL.MESH/Models/Orchestrations/Mesh/Exceptions/NullMeshMessageException.cs
rename to NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/NullMeshMessageException.cs
index 4edbf389..950febb5 100644
--- a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/NullMeshMessageException.cs
+++ b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/NullMeshMessageException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Orchestrations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions
{
public class NullMeshMessageException : Xeption
{
diff --git a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/NullTokenException.cs b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/NullTokenException.cs
similarity index 86%
rename from NEL.MESH/Models/Orchestrations/Mesh/Exceptions/NullTokenException.cs
rename to NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/NullTokenException.cs
index 9b97a0db..4259e547 100644
--- a/NEL.MESH/Models/Orchestrations/Mesh/Exceptions/NullTokenException.cs
+++ b/NHSISL.MESH/Models/Orchestrations/Mesh/Exceptions/NullTokenException.cs
@@ -4,7 +4,7 @@
using Xeptions;
-namespace NEL.MESH.Models.Orchestrations.Mesh.Exceptions
+namespace NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions
{
public class InvalidTokenException : Xeption
{
diff --git a/NEL.MESH/NEL.MESH.csproj b/NHSISL.MESH/NHSISL - Backup.MESH.csproj
similarity index 88%
rename from NEL.MESH/NEL.MESH.csproj
rename to NHSISL.MESH/NHSISL - Backup.MESH.csproj
index 073fd16d..854540b8 100644
--- a/NEL.MESH/NEL.MESH.csproj
+++ b/NHSISL.MESH/NHSISL - Backup.MESH.csproj
@@ -27,10 +27,10 @@
-
-
-
-
+
+
+
+
diff --git a/NHSISL.MESH/NHSISL.MESH.csproj b/NHSISL.MESH/NHSISL.MESH.csproj
new file mode 100644
index 00000000..aff3c760
--- /dev/null
+++ b/NHSISL.MESH/NHSISL.MESH.csproj
@@ -0,0 +1,54 @@
+
+
+
+ net8.0
+ disable
+ disable
+ MESH Client
+ Christo du Toit | David Cunliffe | David Hayes | Hassan Raza
+ NHSISL
+ .NET Client To Send And Recieve MESH messages
+ Copyright (c) NHSISL
+ true
+ true
+ Mesh.png
+
+ 1.0.0.0
+ 1.0.0.0
+ 1.0.0.0
+ en-US
+
+ https://github.com/TowerHamletsCCG/MeshClient
+ License.txt
+ https://github.com/TowerHamletsCCG/MeshClient
+ Github
+ .NET Client MESH Messaging
+ This release contains bug fixes for chunked messages
+
+
+
+
+
+
+
+
+
+
+
+
+ True
+
+
+
+ True
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/NEL.MESH/Resources/Mesh.png b/NHSISL.MESH/Resources/Mesh.png
similarity index 100%
rename from NEL.MESH/Resources/Mesh.png
rename to NHSISL.MESH/Resources/Mesh.png
diff --git a/NEL.MESH/Services/Foundations/Chunks/ChunkService.Exceptions.cs b/NHSISL.MESH/Services/Foundations/Chunks/ChunkService.Exceptions.cs
similarity index 90%
rename from NEL.MESH/Services/Foundations/Chunks/ChunkService.Exceptions.cs
rename to NHSISL.MESH/Services/Foundations/Chunks/ChunkService.Exceptions.cs
index e1b16ece..c4be433c 100644
--- a/NEL.MESH/Services/Foundations/Chunks/ChunkService.Exceptions.cs
+++ b/NHSISL.MESH/Services/Foundations/Chunks/ChunkService.Exceptions.cs
@@ -4,12 +4,12 @@
using System;
using System.Collections.Generic;
-using NEL.MESH.Models.Foundations.Chunking.Exceptions;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Chunking.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
using Xeptions;
-namespace NEL.MESH.Services.Foundations.Chunks
+namespace NHSISL.MESH.Services.Foundations.Chunks
{
internal partial class ChunkService
{
diff --git a/NEL.MESH/Services/Foundations/Chunks/ChunkService.Validations.cs b/NHSISL.MESH/Services/Foundations/Chunks/ChunkService.Validations.cs
similarity index 76%
rename from NEL.MESH/Services/Foundations/Chunks/ChunkService.Validations.cs
rename to NHSISL.MESH/Services/Foundations/Chunks/ChunkService.Validations.cs
index 41943831..4d859da4 100644
--- a/NEL.MESH/Services/Foundations/Chunks/ChunkService.Validations.cs
+++ b/NHSISL.MESH/Services/Foundations/Chunks/ChunkService.Validations.cs
@@ -2,10 +2,10 @@
// Copyright (c) North East London ICB. All rights reserved.
// ---------------------------------------------------------------
-using NEL.MESH.Models.Foundations.Chunking.Exceptions;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Chunking.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
-namespace NEL.MESH.Services.Foundations.Chunks
+namespace NHSISL.MESH.Services.Foundations.Chunks
{
internal partial class ChunkService
{
diff --git a/NEL.MESH/Services/Foundations/Chunks/ChunkService.cs b/NHSISL.MESH/Services/Foundations/Chunks/ChunkService.cs
similarity index 94%
rename from NEL.MESH/Services/Foundations/Chunks/ChunkService.cs
rename to NHSISL.MESH/Services/Foundations/Chunks/ChunkService.cs
index 1909e73b..f4f9ecb8 100644
--- a/NEL.MESH/Services/Foundations/Chunks/ChunkService.cs
+++ b/NHSISL.MESH/Services/Foundations/Chunks/ChunkService.cs
@@ -5,10 +5,11 @@
using System;
using System.Collections.Generic;
using Force.DeepCloner;
-using NEL.MESH.Brokers.Mesh;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Brokers.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Services.Foundations.Chunks;
-namespace NEL.MESH.Services.Foundations.Chunks
+namespace NHSISL.MESH.Services.Foundations.Chunks
{
internal partial class ChunkService : IChunkService
{
diff --git a/NEL.MESH/Services/Foundations/Chunks/IChunkService.cs b/NHSISL.MESH/Services/Foundations/Chunks/IChunkService.cs
similarity index 79%
rename from NEL.MESH/Services/Foundations/Chunks/IChunkService.cs
rename to NHSISL.MESH/Services/Foundations/Chunks/IChunkService.cs
index da239b5b..e0227403 100644
--- a/NEL.MESH/Services/Foundations/Chunks/IChunkService.cs
+++ b/NHSISL.MESH/Services/Foundations/Chunks/IChunkService.cs
@@ -3,9 +3,9 @@
// ---------------------------------------------------------------
using System.Collections.Generic;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
-namespace NEL.MESH.Services.Foundations.Chunks
+namespace NHSISL.MESH.Services.Foundations.Chunks
{
internal interface IChunkService
{
diff --git a/NEL.MESH/Services/Foundations/Mesh/IMeshService.cs b/NHSISL.MESH/Services/Foundations/Mesh/IMeshService.cs
similarity index 90%
rename from NEL.MESH/Services/Foundations/Mesh/IMeshService.cs
rename to NHSISL.MESH/Services/Foundations/Mesh/IMeshService.cs
index 01ebc8f8..6d287291 100644
--- a/NEL.MESH/Services/Foundations/Mesh/IMeshService.cs
+++ b/NHSISL.MESH/Services/Foundations/Mesh/IMeshService.cs
@@ -4,9 +4,9 @@
using System.Collections.Generic;
using System.Threading.Tasks;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
-namespace NEL.MESH.Services.Foundations.Mesh
+namespace NHSISL.MESH.Services.Foundations.Mesh
{
internal interface IMeshService
{
diff --git a/NEL.MESH/Services/Foundations/Mesh/MeshService.Exceptions.cs b/NHSISL.MESH/Services/Foundations/Mesh/MeshService.Exceptions.cs
similarity index 98%
rename from NEL.MESH/Services/Foundations/Mesh/MeshService.Exceptions.cs
rename to NHSISL.MESH/Services/Foundations/Mesh/MeshService.Exceptions.cs
index a26b6329..57294819 100644
--- a/NEL.MESH/Services/Foundations/Mesh/MeshService.Exceptions.cs
+++ b/NHSISL.MESH/Services/Foundations/Mesh/MeshService.Exceptions.cs
@@ -6,11 +6,11 @@
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Xeptions;
-namespace NEL.MESH.Services.Foundations.Mesh
+namespace NHSISL.MESH.Services.Foundations.Mesh
{
internal partial class MeshService
{
diff --git a/NEL.MESH/Services/Foundations/Mesh/MeshService.Validation.cs b/NHSISL.MESH/Services/Foundations/Mesh/MeshService.Validation.cs
similarity index 97%
rename from NEL.MESH/Services/Foundations/Mesh/MeshService.Validation.cs
rename to NHSISL.MESH/Services/Foundations/Mesh/MeshService.Validation.cs
index 8eab1b88..70defa94 100644
--- a/NEL.MESH/Services/Foundations/Mesh/MeshService.Validation.cs
+++ b/NHSISL.MESH/Services/Foundations/Mesh/MeshService.Validation.cs
@@ -6,13 +6,14 @@
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
-using NEL.MESH.Models.Foundations.Mesh.ExternalModels;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
using Newtonsoft.Json;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh.ExternalModels;
using Xeptions;
-namespace NEL.MESH.Services.Foundations.Mesh
+namespace NHSISL.MESH.Services.Foundations.Mesh
{
internal partial class MeshService
{
diff --git a/NEL.MESH/Services/Foundations/Mesh/MeshService.cs b/NHSISL.MESH/Services/Foundations/Mesh/MeshService.cs
similarity index 98%
rename from NEL.MESH/Services/Foundations/Mesh/MeshService.cs
rename to NHSISL.MESH/Services/Foundations/Mesh/MeshService.cs
index 5dc62371..a248945e 100644
--- a/NEL.MESH/Services/Foundations/Mesh/MeshService.cs
+++ b/NHSISL.MESH/Services/Foundations/Mesh/MeshService.cs
@@ -7,12 +7,13 @@
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
-using NEL.MESH.Brokers.Mesh;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.ExternalModels;
using Newtonsoft.Json;
+using NHSISL.MESH.Brokers.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.ExternalModels;
+using NHSISL.MESH.Services.Foundations.Mesh;
-namespace NEL.MESH.Services.Foundations.Mesh
+namespace NHSISL.MESH.Services.Foundations.Mesh
{
internal partial class MeshService : IMeshService
{
diff --git a/NEL.MESH/Services/Foundations/Tokens/ITokenService.cs b/NHSISL.MESH/Services/Foundations/Tokens/ITokenService.cs
similarity index 86%
rename from NEL.MESH/Services/Foundations/Tokens/ITokenService.cs
rename to NHSISL.MESH/Services/Foundations/Tokens/ITokenService.cs
index 2cbd5531..2bedd5e2 100644
--- a/NEL.MESH/Services/Foundations/Tokens/ITokenService.cs
+++ b/NHSISL.MESH/Services/Foundations/Tokens/ITokenService.cs
@@ -4,7 +4,7 @@
using System.Threading.Tasks;
-namespace NEL.MESH.Services.Foundations.Tokens
+namespace NHSISL.MESH.Services.Foundations.Tokens
{
internal interface ITokenService
{
diff --git a/NEL.MESH/Services/Foundations/Tokens/TokenService.Exceptions.cs b/NHSISL.MESH/Services/Foundations/Tokens/TokenService.Exceptions.cs
similarity index 92%
rename from NEL.MESH/Services/Foundations/Tokens/TokenService.Exceptions.cs
rename to NHSISL.MESH/Services/Foundations/Tokens/TokenService.Exceptions.cs
index f3a21157..e372966e 100644
--- a/NEL.MESH/Services/Foundations/Tokens/TokenService.Exceptions.cs
+++ b/NHSISL.MESH/Services/Foundations/Tokens/TokenService.Exceptions.cs
@@ -4,10 +4,11 @@
using System;
using System.Threading.Tasks;
-using NEL.MESH.Models.Foundations.Tokens.Exceptions;
+using NHSISL.MESH.Models.Foundations.Tokens.Exceptions;
+using NHSISL.MESH.Models.Foundations.Tokens.Exceptions;
using Xeptions;
-namespace NEL.MESH.Services.Foundations.Tokens
+namespace NHSISL.MESH.Services.Foundations.Tokens
{
internal partial class TokenService
{
diff --git a/NEL.MESH/Services/Foundations/Tokens/TokenService.Validations.cs b/NHSISL.MESH/Services/Foundations/Tokens/TokenService.Validations.cs
similarity index 91%
rename from NEL.MESH/Services/Foundations/Tokens/TokenService.Validations.cs
rename to NHSISL.MESH/Services/Foundations/Tokens/TokenService.Validations.cs
index d615891c..81598303 100644
--- a/NEL.MESH/Services/Foundations/Tokens/TokenService.Validations.cs
+++ b/NHSISL.MESH/Services/Foundations/Tokens/TokenService.Validations.cs
@@ -3,11 +3,11 @@
// ---------------------------------------------------------------
using System;
-using NEL.MESH.Models.Configurations;
-using NEL.MESH.Models.Foundations.Tokens.Exceptions;
+using NHSISL.MESH.Models.Configurations;
+using NHSISL.MESH.Models.Foundations.Tokens.Exceptions;
using Xeptions;
-namespace NEL.MESH.Services.Foundations.Tokens
+namespace NHSISL.MESH.Services.Foundations.Tokens
{
internal partial class TokenService
{
diff --git a/NEL.MESH/Services/Foundations/Tokens/TokenService.cs b/NHSISL.MESH/Services/Foundations/Tokens/TokenService.cs
similarity index 92%
rename from NEL.MESH/Services/Foundations/Tokens/TokenService.cs
rename to NHSISL.MESH/Services/Foundations/Tokens/TokenService.cs
index 5f490905..a2f8f562 100644
--- a/NEL.MESH/Services/Foundations/Tokens/TokenService.cs
+++ b/NHSISL.MESH/Services/Foundations/Tokens/TokenService.cs
@@ -6,11 +6,12 @@
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
-using NEL.MESH.Brokers.DateTimes;
-using NEL.MESH.Brokers.Identifiers;
-using NEL.MESH.Brokers.Mesh;
+using NHSISL.MESH.Brokers.DateTimes;
+using NHSISL.MESH.Brokers.Identifiers;
+using NHSISL.MESH.Brokers.Mesh;
+using NHSISL.MESH.Services.Foundations.Tokens;
-namespace NEL.MESH.Services.Foundations.Tokens
+namespace NHSISL.MESH.Services.Foundations.Tokens
{
internal partial class TokenService : ITokenService
{
diff --git a/NEL.MESH/Services/Orchestrations/Mesh/IMeshOrchestrationService.cs b/NHSISL.MESH/Services/Orchestrations/Mesh/IMeshOrchestrationService.cs
similarity index 87%
rename from NEL.MESH/Services/Orchestrations/Mesh/IMeshOrchestrationService.cs
rename to NHSISL.MESH/Services/Orchestrations/Mesh/IMeshOrchestrationService.cs
index 449b3e93..b44a1033 100644
--- a/NEL.MESH/Services/Orchestrations/Mesh/IMeshOrchestrationService.cs
+++ b/NHSISL.MESH/Services/Orchestrations/Mesh/IMeshOrchestrationService.cs
@@ -4,9 +4,9 @@
using System.Collections.Generic;
using System.Threading.Tasks;
-using NEL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
-namespace NEL.MESH.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Services.Orchestrations.Mesh
{
internal interface IMeshOrchestrationService
{
diff --git a/NEL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Exceptions.cs b/NHSISL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Exceptions.cs
similarity index 97%
rename from NEL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Exceptions.cs
rename to NHSISL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Exceptions.cs
index 90058ecb..9a4ff0cd 100644
--- a/NEL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Exceptions.cs
+++ b/NHSISL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Exceptions.cs
@@ -5,13 +5,13 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Foundations.Mesh.Exceptions;
-using NEL.MESH.Models.Foundations.Tokens.Exceptions;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Tokens.Exceptions;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xeptions;
-namespace NEL.MESH.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Services.Orchestrations.Mesh
{
internal partial class MeshOrchestrationService
{
diff --git a/NEL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Validations.cs b/NHSISL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Validations.cs
similarity index 94%
rename from NEL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Validations.cs
rename to NHSISL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Validations.cs
index 59d85505..db657afe 100644
--- a/NEL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Validations.cs
+++ b/NHSISL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.Validations.cs
@@ -4,11 +4,11 @@
using System;
using System.Collections.Generic;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Models.Orchestrations.Mesh.Exceptions;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Models.Orchestrations.Mesh.Exceptions;
using Xeptions;
-namespace NEL.MESH.Services.Orchestrations.Mesh
+namespace NHSISL.MESH.Services.Orchestrations.Mesh
{
internal partial class MeshOrchestrationService
{
diff --git a/NEL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.cs b/NHSISL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.cs
similarity index 94%
rename from NEL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.cs
rename to NHSISL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.cs
index 051c41a9..4f8f74c8 100644
--- a/NEL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.cs
+++ b/NHSISL.MESH/Services/Orchestrations/Mesh/MeshOrchestrationService.cs
@@ -5,13 +5,14 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
-using NEL.MESH.Brokers.Mesh;
-using NEL.MESH.Models.Foundations.Mesh;
-using NEL.MESH.Services.Foundations.Chunks;
-using NEL.MESH.Services.Foundations.Mesh;
-using NEL.MESH.Services.Foundations.Tokens;
-
-namespace NEL.MESH.Services.Orchestrations.Mesh
+using NHSISL.MESH.Brokers.Mesh;
+using NHSISL.MESH.Models.Foundations.Mesh;
+using NHSISL.MESH.Services.Foundations.Chunks;
+using NHSISL.MESH.Services.Foundations.Mesh;
+using NHSISL.MESH.Services.Foundations.Tokens;
+using NHSISL.MESH.Services.Orchestrations.Mesh;
+
+namespace NHSISL.MESH.Services.Orchestrations.Mesh
{
internal partial class MeshOrchestrationService : IMeshOrchestrationService
{
diff --git a/NEL.MESH/appsettings.json b/NHSISL.MESH/appsettings.json
similarity index 100%
rename from NEL.MESH/appsettings.json
rename to NHSISL.MESH/appsettings.json
diff --git a/NEL.Mesh.sln b/NHSISL.Mesh.sln
similarity index 83%
rename from NEL.Mesh.sln
rename to NHSISL.Mesh.sln
index db649d70..4d0085ae 100644
--- a/NEL.Mesh.sln
+++ b/NHSISL.Mesh.sln
@@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33417.168
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NEL.MESH", "NEL.MESH\NEL.MESH.csproj", "{1A553B8B-F4E1-4ABA-98EE-8213EED4EA03}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHSISL.MESH", "NHSISL.MESH\NHSISL.MESH.csproj", "{1A553B8B-F4E1-4ABA-98EE-8213EED4EA03}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NEL.MESH.Tests.Acceptance", "NEL.MESH.Tests.Acceptance\NEL.MESH.Tests.Acceptance.csproj", "{299FC8D5-3EB4-433E-A915-B793009C7B85}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHSISL.MESH.Tests.Acceptance", "NHSISL.MESH.Tests.Acceptance\NHSISL.MESH.Tests.Acceptance.csproj", "{299FC8D5-3EB4-433E-A915-B793009C7B85}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NEL.MESH.Tests.Integration", "NEL.MESH.Tests.Integration\NEL.MESH.Tests.Integration.csproj", "{D926BCA6-2F8C-4C39-A56E-34ED86B09542}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHSISL.MESH.Tests.Integration", "NHSISL.MESH.Tests.Integration\NHSISL.MESH.Tests.Integration.csproj", "{D926BCA6-2F8C-4C39-A56E-34ED86B09542}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NEL.MESH.Infrastructure", "NEL.MESH.Infrastructure\NEL.MESH.Infrastructure.csproj", "{F46C41FB-3129-4996-B272-1A5F7D477DDA}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHSISL.MESH.Infrastructure", "NHSISL.MESH.Infrastructure\NHSISL.MESH.Infrastructure.csproj", "{F46C41FB-3129-4996-B272-1A5F7D477DDA}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NEL.Mesh.Tests.Unit", "NEL.MESH.Tests.Unit\NEL.Mesh.Tests.Unit.csproj", "{4ABB1AAA-A120-4E22-AF08-ABB553CBF1B5}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHSISL.Mesh.Tests.Unit", "NHSISL.MESH.Tests.Unit\NHSISL.Mesh.Tests.Unit.csproj", "{4ABB1AAA-A120-4E22-AF08-ABB553CBF1B5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client", "Client", "{7D6549B1-8C64-4E67-86D4-C512ACD2190E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UI", "UI", "{14892C47-4926-4B57-AB90-9850A744F6AE}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NEL.MESH.UI", "NEL.MESH.UI\NEL.MESH.UI.csproj", "{BA09A16D-3C2B-47A1-AD87-3DE540D12B1D}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHSISL.MESH.UI", "NHSISL.MESH.UI\NHSISL.MESH.UI.csproj", "{BA09A16D-3C2B-47A1-AD87-3DE540D12B1D}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NEL.MESH.Tests.Integration.Witness", "NEL.MESH.Tests.Integration.Witness\NEL.MESH.Tests.Integration.Witness.csproj", "{BD5A3296-9B5B-4EDF-AD42-586DBFF7DAF4}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHSISL.MESH.Tests.Integration.Witness", "NHSISL.MESH.Tests.Integration.Witness\NHSISL.MESH.Tests.Integration.Witness.csproj", "{BD5A3296-9B5B-4EDF-AD42-586DBFF7DAF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution