public async Task <string> GetVersionAsync <T>()
 {
     return(await Task.FromResult(assemblyProvider.GetVersion <T>()));
 }