public static async Task <ProfileResponse> Process(this EmptyBuilder <ProfileResponse> builder, PyrusClient client)
 {
     return(await client.GetProfile());
 }
 public static async Task <BotsResponse> Process(this EmptyBuilder <BotsResponse> builder, PyrusClient client)
 {
     return(await client.GetBots());
 }