public static async void Remote(string message)
 {
     await LogServices.WriteDebug(message);
 }