namespace BinaryDad.Notes { public static class NoteContext { public static IDictionary ClientNotes { get; } = new Dictionary(); } }