diff --git a/ICD.Common.Utils/ProgramUtils.Standard.cs b/ICD.Common.Utils/ProgramUtils.Standard.cs
index ff81299..cfbaafc 100644
--- a/ICD.Common.Utils/ProgramUtils.Standard.cs
+++ b/ICD.Common.Utils/ProgramUtils.Standard.cs
@@ -8,17 +8,11 @@ namespace ICD.Common.Utils
{
public static partial class ProgramUtils
{
- ///
- /// Gets the program number.
- ///
- [PublicAPI]
- public static uint ProgramNumber
- {
- get
- {
- return 1;
- }
- }
+ ///
+ /// Gets the program number.
+ ///
+ [PublicAPI]
+ public static uint ProgramNumber { get; set; } = 1;
///
/// Gets the compile date of the program.