internal SDEditorClient([NotNull] SDCommunication communication)
 {
     _communication = communication;
 }
 internal SDEditorServer([NotNull] SDCommunication communication)
 {
     _communication = communication;
 }