public async Task <double[]> AskAsync(double[] input)
 {
     return(NeuralNetwork.Ask(input));
 }