public class StatusMessage
{
public required int InstallationId { get; init; }
public required int Status { get; init; }
}