public async Task UpdateStatusAsync(SubscriberUpdated message)
 {
     await _measureRepository.UpdateStatusAsync(message);
 }