public Task <string> GetRuntimePlatform() { return(MethodDispatcher.CallMethodAsync <string>(MethodBase.GetCurrentMethod())); }
public Task <bool> IsElectronActive() { return(MethodDispatcher.CallMethodAsync <bool>(MethodBase.GetCurrentMethod())); }